From d8de062d43d4d3df2a4a537f3cb1ec8ad40a2717 Mon Sep 17 00:00:00 2001 From: abigailgold <57357634+abigailgold@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:55:00 -0500 Subject: [PATCH] bump version (#88) Signed-off-by: abigailt --- apt/__init__.py | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.