diff --git a/python_humble_utils/__init__.py b/python_humble_utils/__init__.py index c7b31c8..416b162 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.2' +__version__ = '0.4.0' diff --git a/setup.cfg b/setup.cfg index ad5255d..bb4d48b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.4.0 commit = True tag = True diff --git a/setup.py b/setup.py index 4e39f66..590ffd4 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='python-humble-utils', - version='0.3.2', + version='0.4.0', url='https://github.com/webyneter/python-humble-utils', description="Python utils for everyday use.",