Skip to content

Commit

Permalink
Bump version: 5.0.7 → 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerhancock committed May 3, 2024
1 parent 7a11ace commit 019267a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.7
current_version = 5.0.8
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# The full version, including alpha/beta/rc tags

version = release = "5.0.7"
version = release = "5.0.8"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion patent_client/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.7"
__version__ = "5.0.8"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 019267a

Please sign in to comment.