Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzminsky committed Feb 22, 2017
1 parent 89aad58 commit 53fae11
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 = 1.0.2
current_version = 1.1.0
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 @@ -18,7 +18,7 @@

setup(
name='twindb_table_compare',
version='1.0.2',
version='1.1.0',
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 @@ -8,7 +8,7 @@

__author__ = 'Aleksandr Kuzminsky'
__email__ = 'aleks@twindb.com'
__version__ = '1.0.2'
__version__ = '1.1.0'

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit 53fae11

Please sign in to comment.