Skip to content

Commit 94ea4da

Browse files
authored
Update setup.py
1 parent c77caf8 commit 94ea4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author_email="art@artlabs.tech",
99
description="A Data Anonymization package for tabular, image and sound data",
1010
name="anonympy",
11-
version="0.1.9",
11+
version="0.2.0",
1212

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

0 commit comments

Comments
 (0)