New pypi release, fixing distribution error

This commit is contained in:
abigailt 2021-06-30 22:28:14 +03:00
parent 34327c081d
commit 0358633f62
2 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@ The AI Privacy Toolbox (apt).
from apt import anonymization
from apt import utils
__version__ = "0.0.1"
__version__ = "0.0.2"

View file

@ -12,5 +12,5 @@ Clone the ``ai-minimization-toolkit`` repository::
Or download using pip::
pip install ai-privacy-toolkit==0.0.1
pip install ai-privacy-toolkit