diff options
| -rw-r--r-- | docs/conf.py | 4 | ||||
| -rw-r--r-- | pyproject.toml | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index b258aaa..47f1bac 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.1' +version = '0.3.2' # The full version, including alpha/beta/rc tags -release = '0.3.1' +release = '0.3.2' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 4a8ef81..5b61f1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,13 +5,16 @@ [project] name = "pyecsca" - version = "0.3.1" + version = "0.3.2" authors = [ { name = "Jan Jancar", email = "johny@neuromancer.sk" }, { name = "Tomas Jusko" }, { name = "Andrej Batora" }, { name = "Vojtech Suchanek" } ] + maintainers = [ + { name = "Jan Jancar", email = "johny@neuromancer.sk" } + ] description = "Python Elliptic Curve cryptography Side Channel Analysis toolkit." readme = "README.md" license = { "text" = "MIT" } |
