diff --git a/python_humble_utils/__init__.py b/python_humble_utils/__init__.py index af856ee..f8d4ac2 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.3.0' +__version__ = '0.3.1' diff --git a/setup.cfg b/setup.cfg index 0d66c17..13d2ebc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True diff --git a/setup.py b/setup.py index bb23b9c..f961fec 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='python-humble-utils', - version='0.3.0', + version='0.3.1', url='https://github.com/webyneter/python-humble-utils', description="Python utils for everyday use.",