From d0d56dc157bb78718d5cfc337b84a18b6c1571c0 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Sun, 28 Jul 2024 12:04:18 -0700 Subject: [PATCH] Bump to 0.10.2 --- 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 1ebc04f..ebcddd0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CORNERSTONE PDK 0.10.1 +# CORNERSTONE PDK 0.10.2 ![](https://i.imgur.com/V5Ukc6j.png) diff --git a/cspdk/__init__.py b/cspdk/__init__.py index 6ebe1a9..e589b6f 100644 --- a/cspdk/__init__.py +++ b/cspdk/__init__.py @@ -1,3 +1,3 @@ """Version of the package.""" -__version__ = "0.10.1" +__version__ = "0.10.2" diff --git a/pyproject.toml b/pyproject.toml index fdd1eab..48c3142 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.10.1" +version = "0.10.2" [project.optional-dependencies] dev = [ @@ -104,7 +104,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "0.10.1" +current = "0.10.2" # Example of a semver regexp. # Make sure this matches current_version before # using tbump