mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-06-08 15:05:13 +02:00
parent
6d81cd8ed4
commit
d8de062d43
3 changed files with 3 additions and 3 deletions
|
|
@ -6,4 +6,4 @@ from apt import anonymization
|
|||
from apt import minimization
|
||||
from apt import utils
|
||||
|
||||
__version__ = "0.2.0"
|
||||
__version__ = "0.2.1"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ copyright = '2021, IBM'
|
|||
author = 'Abigail Goldsteen'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.2.0'
|
||||
release = '0.2.1'
|
||||
|
||||
master_doc = 'index'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[metadata]
|
||||
# replace with your username:
|
||||
name = ai-privacy-toolkit
|
||||
version = 0.2.0
|
||||
version = 0.2.1
|
||||
author = Abigail Goldsteen
|
||||
author_email = abigailt@il.ibm.com
|
||||
description = A toolkit for tools and techniques related to the privacy and compliance of AI models.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue