diff options
| author | J08nY | 2024-07-15 15:26:23 +0200 |
|---|---|---|
| committer | J08nY | 2024-07-15 15:26:23 +0200 |
| commit | 0eff8d9da4fbe449e314fd910c3ec5935bc4d346 (patch) | |
| tree | d60bb72ea8053c0bd4dca0952b87eb1419d4d1c3 | |
| parent | a66332f7d1b42dcb2c761f7c085a3ca531975979 (diff) | |
| download | pyecsca-0eff8d9da4fbe449e314fd910c3ec5935bc4d346.tar.gz pyecsca-0eff8d9da4fbe449e314fd910c3ec5935bc4d346.tar.zst pyecsca-0eff8d9da4fbe449e314fd910c3ec5935bc4d346.zip | |
| -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" }, |
