From b81fac35e1c05233aa98811778c1fdb5feba63fa Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:27:27 -0700 Subject: [PATCH] Bump to 0.11.1 --- README.md | 2 +- cspdk/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 036ecd1..dcc69f5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CORNERSTONE PDK 0.11.0 +# CORNERSTONE PDK 0.11.1 ![](https://i.imgur.com/V5Ukc6j.png) diff --git a/cspdk/__init__.py b/cspdk/__init__.py index 297f54e..18f76f0 100644 --- a/cspdk/__init__.py +++ b/cspdk/__init__.py @@ -1,3 +1,3 @@ """Version of the package.""" -__version__ = "0.11.0" +__version__ = "0.11.1" diff --git a/pyproject.toml b/pyproject.toml index 3f4edf2..623a0f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ license = {file = "LICENSE"} name = "cspdk" readme = "README.md" requires-python = ">=3.11" -version = "0.11.0" +version = "0.11.1" [project.optional-dependencies] dev = [ @@ -106,7 +106,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "0.11.0" +current = "0.11.1" # Example of a semver regexp. # Make sure this matches current_version before # using tbump