diff --git a/awsecr/__init__.py b/awsecr/__init__.py index ff4ab2c..13e2839 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.2' +__version__ = '0.5.3' diff --git a/setup.cfg b/setup.cfg index 8b2758a..9559358 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.5.3 commit = True tag = True diff --git a/setup.py b/setup.py index 52eac75..8821e9f 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.2', + version='0.5.3', zip_safe=False, )