diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6234b97..c638d0c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.9 +current_version = 5.0.10 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index e80a86f..d8f9b7b 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.9" +version = release = "5.0.10" # -- General configuration --------------------------------------------------- diff --git a/patent_client/version.py b/patent_client/version.py index 603e340..34d1f9a 100644 --- a/patent_client/version.py +++ b/patent_client/version.py @@ -1 +1 @@ -__version__ = "5.0.9" +__version__ = "5.0.10" diff --git a/pyproject.toml b/pyproject.toml index b0d62c8..0e80988 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "patent_client" -version = "5.0.9" +version = "5.0.10" 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"