From 0a8aa081adbb68f2c9c375adab66223654012a73 Mon Sep 17 00:00:00 2001 From: enricgrau Date: Thu, 29 Dec 2022 16:47:45 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.3=20=E2=86=92=200.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pudu/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pudu/__init__.py b/pudu/__init__.py index 3e298c1..8d9b139 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.3' +__version__ = '0.0.4' diff --git a/setup.cfg b/setup.cfg index e6ee578..53866fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.4 commit = True tag = True diff --git a/setup.py b/setup.py index 6dca5b4..e43be01 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.3', + version='0.0.4', zip_safe=False, )