diff --git a/setup.cfg b/setup.cfg index dc1d4a3..c2506cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.1.0 message = Set version {new_version} commit = True tag = True diff --git a/setup.py b/setup.py index fc2b5e5..d63b29b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -VERSION = '1.0.2' +VERSION = '1.1.0' github_url = 'https://github.com/fdemmer/django-weasyprint'