aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2024-05-16 10:25:30 +0200
committerJ08nY2024-05-16 10:27:14 +0200
commit0ec63f1be2be96de4e103b0120626ff750fb70e2 (patch)
treea498dfeac7c7402cbbd01b7dc208cfacd14616b5
parent012a049d3a96516f59cd4b4f5a1ce85628a6fc2f (diff)
downloadpyecsca-0ec63f1be2be96de4e103b0120626ff750fb70e2.tar.gz
pyecsca-0ec63f1be2be96de4e103b0120626ff750fb70e2.tar.zst
pyecsca-0ec63f1be2be96de4e103b0120626ff750fb70e2.zip
Bump to 0.3.0.0.3.0
-rw-r--r--docs/conf.py6
-rw-r--r--pyproject.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index b844023..7470f0e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,15 +20,15 @@ sys.path.insert(0, os.path.abspath('../notebook/'))
# -- Project information -----------------------------------------------------
project = 'pyecsca'
-copyright = '2018-2023, Jan Jancar'
+copyright = '2018-2024, Jan Jancar'
author = 'Jan Jancar'
sys.path.append(os.path.abspath('..'))
# The short X.Y version
-version = '0.2.0'
+version = '0.3.0'
# The full version, including alpha/beta/rc tags
-release = '0.2.0'
+release = '0.3.0'
# -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 833ed2b..4c1e68b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@
[project]
name = "pyecsca"
- version = "0.2.0"
+ version = "0.3.0"
authors = [
{ name = "Jan Jancar", email = "johny@neuromancer.sk" },
{ name = "Tomas Jusko" },