diff --git a/package.json b/package.json index 5ea1b96..1b0f27e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wagtail-tag-manager", - "version": "1.6.0", + "version": "2.0.0", "description": "A Wagtail add-on for managing tags.", "main": "webpack.config.js", "browserslist": "> 0.25%, not dead", diff --git a/setup.cfg b/setup.cfg index a05a1a6..9d595a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0 +current_version = 2.0.0 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index 3024a2c..ffbaf18 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name="wagtail-tag-manager", - version="1.6.0", + version="2.0.0", description="A Wagtail add-on for managing tags.", author="Jasper Berghoef", author_email="j.berghoef@me.com",