diff --git a/README.md b/README.md index 86b2705..f3f4e34 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CORNERSTONE PDK 0.11.3 +# CORNERSTONE PDK 0.11.4 ![](https://i.imgur.com/V5Ukc6j.png) diff --git a/cspdk/__init__.py b/cspdk/__init__.py index 12d0be7..b1013e4 100644 --- a/cspdk/__init__.py +++ b/cspdk/__init__.py @@ -1,3 +1,3 @@ """Version of the package.""" -__version__ = "0.11.3" +__version__ = "0.11.4" diff --git a/pyproject.toml b/pyproject.toml index 88e83be..9fd418b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ license = {file = "LICENSE"} name = "cspdk" readme = "README.md" requires-python = ">=3.10" -version = "0.11.3" +version = "0.11.4" [project.optional-dependencies] dev = [ @@ -107,7 +107,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "0.11.3" +current = "0.11.4" # Example of a semver regexp. # Make sure this matches current_version before # using tbump