summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorJ08nY2023-05-19 14:45:08 +0200
committerJ08nY2023-05-19 14:45:08 +0200
commit936217417fdace6f714133a2024ccb6c403dd599 (patch)
tree9701706ff33dfdb6ef73f4d6864131f2dee89785 /docs
parent650faa4cae7cbaa11830b1b3ce67a51399c799c5 (diff)
downloadpyecsca-0.2.0.tar.gz
pyecsca-0.2.0.tar.zst
pyecsca-0.2.0.zip
Release 0.2.00.2.0
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f2c1de2..b844023 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.1.0'
+version = '0.2.0'
# The full version, including alpha/beta/rc tags
-release = '0.1.0'
+release = '0.2.0'
# -- General configuration ---------------------------------------------------