diff --git a/apt/__init__.py b/apt/__init__.py index 7aba4bf..d80aa6a 100644 --- a/apt/__init__.py +++ b/apt/__init__.py @@ -6,4 +6,4 @@ from apt import anonymization from apt import minimization from apt import utils -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/docs/conf.py b/docs/conf.py index d0da43d..90260e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' diff --git a/setup.cfg b/setup.cfg index b46e9dd..fd734d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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.