From 95b5c7c496805a5134355194cc1fca850307eeaa Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Mon, 6 Jul 2020 15:55:07 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0a0=20=E2=86=92=200.1.0a1?= =?UTF-8?q?=20(#90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- tenseal/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d4d71b64..35b71cea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0a0 +current_version = 0.1.0a1 commit = True tag = True files = tenseal/version.py diff --git a/tenseal/version.py b/tenseal/version.py index 8f020351..1ac008ef 100644 --- a/tenseal/version.py +++ b/tenseal/version.py @@ -1 +1 @@ -__version__ = "0.1.0a0" +__version__ = "0.1.0a1"