diff options
| -rw-r--r-- | docs/conf.py | 4 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index be7e55e..771541a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,9 +26,9 @@ author = 'Jan Jancar' sys.path.append(os.path.abspath('..')) # The short X.Y version -version = '0.3.0' +version = '0.3.1' # The full version, including alpha/beta/rc tags -release = '0.3.0' +release = '0.3.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0c0ef51..7b59a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [project] name = "pyecsca" - version = "0.3.0" + version = "0.3.1" authors = [ { name = "Jan Jancar", email = "johny@neuromancer.sk" }, { name = "Tomas Jusko" }, |
