From 9eda31b237b17557f3120f5c70b64905b154fc2b Mon Sep 17 00:00:00 2001 From: Dominik Muhs Date: Tue, 14 Jan 2020 15:46:16 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.1=20=E2=86=92=200.5.0?= 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 de44314..7ee209e 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.4.1" +__version__ = "0.5.0" diff --git a/setup.cfg b/setup.cfg index 442fb33..2c2ab2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.5.0 commit = True tag = True diff --git a/setup.py b/setup.py index 8dc5b74..6d93ee1 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.4.1", + version="0.5.0", zip_safe=False, )