diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 73088443..a23e0b5b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.7 +current_version = 5.0.8 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 3e082c13..1616021e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ # The full version, including alpha/beta/rc tags -version = release = "5.0.7" +version = release = "5.0.8" # -- General configuration --------------------------------------------------- diff --git a/patent_client/version.py b/patent_client/version.py index 988a7dec..09e343d5 100644 --- a/patent_client/version.py +++ b/patent_client/version.py @@ -1 +1 @@ -__version__ = "5.0.7" +__version__ = "5.0.8" diff --git a/pyproject.toml b/pyproject.toml index 3637d69b..0e48abf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "patent_client" -version = "5.0.7" +version = "5.0.8" description = "A set of ORM-style clients for publicly available intellectual property data" authors = ["Parker Hancock <633163+parkerhancock@users.noreply.github.com>"] license = "Apache Software License 2.0"