diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a82d2b7..1f6f09c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.1 +current_version = 0.11.2 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 69bf904..67cdea8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ project = "zyte-spider-templates" copyright = "2023, Zyte Group Ltd" author = "Zyte Group Ltd" -release = "0.11.1" +release = "0.11.2" sys.path.insert(0, str(Path(__file__).parent.absolute())) # _ext extensions = [ diff --git a/setup.py b/setup.py index 884239a..64532cb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="zyte-spider-templates", - version="0.11.1", + version="0.11.2", description="Spider templates for automatic crawlers.", long_description=open("README.rst").read(), long_description_content_type="text/x-rst",