diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d13207f2..945b9b91 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.21.0 +current_version = 0.22.0 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 696cd01a..b568d8a3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ project = "scrapy-zyte-api" copyright = "2023, Zyte Group Ltd" author = "Zyte Group Ltd" -release = "0.21.0" +release = "0.22.0" sys.path.insert(0, str(Path(__file__).parent.absolute())) # _ext extensions = [ diff --git a/scrapy_zyte_api/__version__.py b/scrapy_zyte_api/__version__.py index 6a726d85..5963297e 100644 --- a/scrapy_zyte_api/__version__.py +++ b/scrapy_zyte_api/__version__.py @@ -1 +1 @@ -__version__ = "0.21.0" +__version__ = "0.22.0"