diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 46a63a5..84d8756 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.2 +current_version = 0.7.3 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index e6fe236..b62e1ad 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.7.2" +release = "0.7.3" sys.path.insert(0, str(Path(__file__).parent.absolute())) # _ext extensions = [ diff --git a/setup.py b/setup.py index 09131bb..7c2ae1f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="zyte-spider-templates", - version="0.7.2", + version="0.7.3", description="Spider templates for automatic crawlers.", long_description=open("README.rst").read(), long_description_content_type="text/x-rst",