Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed May 19, 2023
1 parent 650faa4 commit 9362174
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
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 ---------------------------------------------------
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name='pyecsca',
author='Jan Jancar',
author_email='johny@neuromancer.sk',
version='0.1.0',
version='0.2.0',
url="https://neuromancer.sk/pyecsca/",
packages=find_namespace_packages(include=["pyecsca.*"]),
license="MIT",
Expand All @@ -17,7 +17,10 @@
"License :: OSI Approved :: MIT License",
"Topic :: Security",
"Topic :: Security :: Cryptography",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research"
],
Expand Down

0 comments on commit 9362174

Please sign in to comment.