From bbbbd5435316326f61f31ef20c1d5eddb62638e4 Mon Sep 17 00:00:00 2001 From: Aleksandr Kuzminsky Date: Sun, 13 Sep 2020 14:31:27 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.1=20=E2=86=92=203.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- twindb_table_compare/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 58c8fae..36e013d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.1 +current_version = 3.0.2 commit = True tag = False diff --git a/setup.py b/setup.py index 9e0103d..ef92188 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="twindb_table_compare", - version="3.0.1", + version="3.0.2", description=( "TwinDB Table Compare reads percona.checksums from the master and slave " "and shows what records are difference if there are any inconsistencies." diff --git a/twindb_table_compare/__init__.py b/twindb_table_compare/__init__.py index 304d26d..bdfbfa8 100644 --- a/twindb_table_compare/__init__.py +++ b/twindb_table_compare/__init__.py @@ -7,7 +7,7 @@ __author__ = "Aleksandr Kuzminsky" __email__ = "aleks@twindb.com" -__version__ = "3.0.1" +__version__ = "3.0.2" LOG = logging.getLogger(__name__)