mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-04-24 20:36:21 +02:00
New pypi release, fixing distribution error
This commit is contained in:
parent
34327c081d
commit
0358633f62
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue