diff --git a/pudu/__init__.py b/pudu/__init__.py index e99cc78..3e298c1 100644 --- a/pudu/__init__.py +++ b/pudu/__init__.py @@ -2,4 +2,4 @@ __author__ = """Enric Tomas Grau-Luque""" __email__ = 'patenric@gmail.com' -__version__ = '0.0.2' +__version__ = '0.0.3' diff --git a/setup.cfg b/setup.cfg index d7c1770..e6ee578 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index b73af9a..6dca5b4 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/pudu-py/pudu', - version='0.0.2', + version='0.0.3', zip_safe=False, )