From 915a38314a846b3e3cc8c84a9a1718dc9c28defc Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Tue, 27 Jun 2017 14:29:02 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python_humble_utils/__init__.py | 2 +- setup.cfg | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python_humble_utils/__init__.py b/python_humble_utils/__init__.py index e26722e..899b904 100644 --- a/python_humble_utils/__init__.py +++ b/python_humble_utils/__init__.py @@ -1,3 +1,3 @@ __author__ = """Nikita P. Shupeyko""" __email__ = 'webyneter@gmail.com' -__version__ = '0.1.0' +__version__ = '0.2.0' diff --git a/setup.cfg b/setup.cfg index 75c9c34..068dc3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True @@ -20,4 +20,4 @@ max-line-length = 120 [aliases] test = pytest -# Define setup.py command aliases here + diff --git a/setup.py b/setup.py index 978f7a4..64ca475 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='python-humble-utils', - version='0.1.0', + version='0.2.0', url='https://github.com/webyneter/python-humble-utils', description="Python utils for everyday use.",