From 85ab7092b139525f4528886a5f9bc581ad2c10b6 Mon Sep 17 00:00:00 2001 From: Alceu Rodrigues de Freitas Junior Date: Sat, 6 Apr 2024 20:37:20 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.5.1?= 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 3d4484e..3f25b08 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.5.0' +__version__ = '0.5.1' diff --git a/setup.cfg b/setup.cfg index c0c7cb7..344629c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True diff --git a/setup.py b/setup.py index fdb0025..8a3fea8 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.5.0', + version='0.5.1', zip_safe=False, )