diff --git a/mythx_cli/__init__.py b/mythx_cli/__init__.py index 0e7a52a..760f8fb 100644 --- a/mythx_cli/__init__.py +++ b/mythx_cli/__init__.py @@ -4,4 +4,4 @@ __author__ = """Dominik Muhs""" __email__ = "dominik.muhs@consensys.net" -__version__ = "0.6.0" +__version__ = "0.6.1" diff --git a/setup.cfg b/setup.cfg index 7970b09..2c1c2ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True diff --git a/setup.py b/setup.py index 3a3b875..276ac97 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/dmuhs/mythx-cli", - version="0.6.0", + version="0.6.1", zip_safe=False, )