Skip to content

Commit

Permalink
adapt to pysecuredb org
Browse files Browse the repository at this point in the history
  • Loading branch information
filipporomani committed Nov 23, 2022
1 parent ce1684c commit e9b9b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='securedb',
version='2.0.1',
version='2.0.1a',
description='securedb is a fast and lightweight Python framework to easily interact with JSON-based encrypted databases.',
py_modules=["securedb"],
package_dir={'': 'src'},
Expand All @@ -30,5 +30,5 @@
long_description_content_type="text/markdown",
author="Filippo Romani",
author_email="mail@filipporomani.it",
url="https://github.com/filipporomani/securedb"
url="https://github.com/pysecuredb/securedb"
)

0 comments on commit e9b9b3a

Please sign in to comment.