diff --git a/setup.cfg b/setup.cfg index 4b20052..8ca92a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True tag_name = {new_version} @@ -17,4 +17,3 @@ exclude = build, dist max-line-length = 119 - diff --git a/setup.py b/setup.py index f1c8917..2a0a9db 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def get_version(*file_paths): packages=find_packages( include=('vimage', 'vimage.*'), ), - version='1.1.0', + version='1.2.0', description=""" Image validation (for the Django Admin) as a breeze. Validations on: Size, Dimensions, Format and Aspect Ratio. diff --git a/vimage/__init__.py b/vimage/__init__.py index 1a72d32..58d478a 100644 --- a/vimage/__init__.py +++ b/vimage/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.2.0'