From 7a3c5534ab2df7766195a5a2cb41b957930bb42f Mon Sep 17 00:00:00 2001 From: Alceu Rodrigues de Freitas Junior Date: Wed, 27 Mar 2024 20:39:53 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- awsecr/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/awsecr/__init__.py b/awsecr/__init__.py index 7b1a53a..3d4484e 100644 --- a/awsecr/__init__.py +++ b/awsecr/__init__.py @@ -2,4 +2,4 @@ __author__ = """Alceu Rodrigues de Freitas Junior""" __email__ = 'arfreitas@cpan.org' -__version__ = '0.4.0' +__version__ = '0.5.0' diff --git a/setup.cfg b/setup.cfg index 708d649..c0c7cb7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True tag = True diff --git a/setup.py b/setup.py index 3614a5b..2e29907 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/glasswalk3r/awsecr', - version='0.4.0', + version='0.5.0', zip_safe=False, )