Skip to content

Commit

Permalink
Bump version: 3.0.1 → 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzminsky committed Sep 13, 2020
1 parent 1aed443 commit bbbbd54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.1
current_version = 3.0.2
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion twindb_table_compare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = "Aleksandr Kuzminsky"
__email__ = "[email protected]"
__version__ = "3.0.1"
__version__ = "3.0.2"

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit bbbbd54

Please sign in to comment.