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, )