From 936217417fdace6f714133a2024ccb6c403dd599 Mon Sep 17 00:00:00 2001 From: J08nY Date: Fri, 19 May 2023 14:45:08 +0200 Subject: Release 0.2.0 --- docs/conf.py | 4 ++-- setup.py | 7 +++++-- 2 files changed, 7 insertions(+), 4 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 --------------------------------------------------- diff --git a/setup.py b/setup.py index 6523713..1a23727 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( 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", @@ -17,7 +17,10 @@ setup( "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" ], -- cgit v1.3.1