From 508eabc0631d1ec4d80c2f25801e0fe1aa0c4221 Mon Sep 17 00:00:00 2001 From: Enrico Date: Sun, 28 Apr 2024 17:34:37 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.7=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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(),