From 54574f4d9df4c461ac98f70ac10279a94a635fc6 Mon Sep 17 00:00:00 2001 From: Dominik Muhs Date: Wed, 29 Jan 2020 18:24:43 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mythx_cli/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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, )