diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2643ccb6..38b4d7c7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.0 +current_version = 0.17.1 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 7d0ccc97..e90bfab5 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.17.0" +release = "0.17.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f56c9503..2953bc12 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="web-poet", - version="0.17.0", + version="0.17.1", description="Zyte's Page Object pattern for web scraping", long_description=long_description, long_description_content_type="text/x-rst",