From 290ab6fd88e42ca6fc60f8b7b45fb7168a789cd2 Mon Sep 17 00:00:00 2001 From: Mario Orlandi Date: Thu, 28 May 2020 14:26:56 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.5=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- tables_cleaner/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c736ae9..cb1c482 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.5 +current_version = 0.1.0 commit = True tag = True diff --git a/tables_cleaner/__init__.py b/tables_cleaner/__init__.py index eead319..b794fd4 100644 --- a/tables_cleaner/__init__.py +++ b/tables_cleaner/__init__.py @@ -1 +1 @@ -__version__ = '0.0.5' +__version__ = '0.1.0'