diff --git a/README.md b/README.md index 93c632c..05d4f7b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CORNERSTONE PDK 0.9.1 +# CORNERSTONE PDK 0.9.2 ![](https://i.imgur.com/V5Ukc6j.png) diff --git a/cspdk/__init__.py b/cspdk/__init__.py index d69d16e..a2fecb4 100644 --- a/cspdk/__init__.py +++ b/cspdk/__init__.py @@ -1 +1 @@ -__version__ = "0.9.1" +__version__ = "0.9.2" diff --git a/pyproject.toml b/pyproject.toml index 167fa0d..d53deb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ license = {file = "LICENSE"} name = "cspdk" readme = "README.md" requires-python = ">=3.10" -version = "0.9.1" +version = "0.9.2" [project.optional-dependencies] dev = [ @@ -101,7 +101,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "0.9.1" +current = "0.9.2" # Example of a semver regexp. # Make sure this matches current_version before # using tbump