diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bde5d47..ffc11f2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,6 @@ commit = True tag = True tag_name = {new_version} -current_version = 0.5.7 +current_version = 0.6.0 [bumpversion:file:setup.py] - diff --git a/setup.py b/setup.py index d89c9e5..d27d996 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='django-thumbor', - version='0.5.7', + version='0.6.0', description=( 'A django application to resize images using the thumbor service'), long_description=open('README.rst').read(),