From 9a01c31e10dd99b6609cc7a649a03bd8f617cbb9 Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Thu, 16 Jul 2020 07:06:44 +0100 Subject: [PATCH] bumpversion to 0.1.0 (#103) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version: 0.1.0a1 → 0.1.0b0 * Bump version: 0.1.0b0 → 0.1.0rc0 * Bump version: 0.1.0rc0 → 0.1.0 --- setup.cfg | 2 +- tenseal/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 35b71cea..f474e204 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0a1 +current_version = 0.1.0 commit = True tag = True files = tenseal/version.py diff --git a/tenseal/version.py b/tenseal/version.py index 1ac008ef..3dc1f76b 100644 --- a/tenseal/version.py +++ b/tenseal/version.py @@ -1 +1 @@ -__version__ = "0.1.0a1" +__version__ = "0.1.0"