From cd7d911aa8e54a34a212401302e22bd9b1b1d38e Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Tue, 8 Dec 2020 17:39:28 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0a0=20=E2=86=92=200.3.0a1?= =?UTF-8?q?=20(#186)?= 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 73788ec2..fae07725 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0a0 +current_version = 0.3.0a1 commit = True tag = True files = tenseal/version.py diff --git a/tenseal/version.py b/tenseal/version.py index 01b04d22..f9f77c1b 100644 --- a/tenseal/version.py +++ b/tenseal/version.py @@ -1 +1 @@ -__version__ = "0.3.0a0" +__version__ = "0.3.0a1"