diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e998da69..49a54ee5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.1 +current_version = 0.16.0 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index ee9f06ae..88e5b6a0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "0.15.1" +release = "0.16.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 7e3127bd..c1fb01e5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="web-poet", - version="0.15.1", + version="0.16.0", description="Zyte's Page Object pattern for web scraping", long_description=long_description, long_description_content_type="text/x-rst",