Skip to content

Commit

Permalink
Merge pull request #23 from twindb/fix-repo-name
Browse files Browse the repository at this point in the history
fix repo name
  • Loading branch information
akuzminsky authored Sep 13, 2020
2 parents 86322f8 + d800bc1 commit 5927039
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deploy:
true:
repo: twindb/twindb_table_compare
repo: twindb/twindb-table-compare
tags: true
distributions: sdist bdist_wheel
password:
Expand Down
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.0
current_version = 3.0.1
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.0",
version="3.0.1",
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.0"
__version__ = "3.0.1"

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit 5927039

Please sign in to comment.