From 4e050999c450c561f98f66c2055be45ef67bdd98 Mon Sep 17 00:00:00 2001 From: Filippo Romani Date: Fri, 29 Nov 2024 21:05:22 +0100 Subject: [PATCH] update version --- setup.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 49a21c2..ab4d582 100644 --- a/setup.py +++ b/setup.py @@ -5,19 +5,18 @@ setup( name='zerokno', - version='1.0.0', + version='2.0.0', description='ZeroKno is a lightweight zero-knowledge password storage library for Python 3.7+', py_modules=["zerokno"], package_dir={'': 'zerokno'}, extras_require={ }, classifiers=[ - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development :: Libraries :: Python Modules", "Development Status :: 5 - Production/Stable", "Operating System :: OS Independent" @@ -26,6 +25,6 @@ long_description=long_description, long_description_content_type="text/markdown", author="Filippo Romani", - author_email="mail@filipporomani.it", + author_email="filippo@romani.cc", url="https://github.com/filipporomani/zerokno" ) \ No newline at end of file