Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
filipporomani committed Nov 29, 2024
1 parent 72fbeef commit 4e05099
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -26,6 +25,6 @@
long_description=long_description,
long_description_content_type="text/markdown",
author="Filippo Romani",
author_email="[email protected]",
author_email="[email protected]",
url="https://github.com/filipporomani/zerokno"
)

0 comments on commit 4e05099

Please sign in to comment.