Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shukkkur authored Dec 24, 2021
1 parent c77caf8 commit 94ea4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author_email="art@artlabs.tech",
description="A Data Anonymization package for tabular, image and sound data",
name="anonympy",
version="0.1.9",
version="0.2.0",

packages=find_packages(exclude=['test']),
install_requires=['faker', 'scikit-learn', 'texttable', 'setuptools', 'numpy', 'pandas', 'validators', 'pycryptodome', 'requests', 'pyyaml', 'rfc3339'],
Expand Down

0 comments on commit 94ea4da

Please sign in to comment.