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