Skip to content

Commit 581954d

Browse files
committed
Bump to 0.12.3
1 parent 780d3f9 commit 581954d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CORNERSTONE PDK 0.12.2
1+
# CORNERSTONE PDK 0.12.3
22

33
![](https://i.imgur.com/V5Ukc6j.png)
44

cspdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of the package."""
22

3-
__version__ = "0.12.2"
3+
__version__ = "0.12.3"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ license = {file = "LICENSE"}
2424
name = "cspdk"
2525
readme = "README.md"
2626
requires-python = ">=3.10"
27-
version = "0.12.2"
27+
version = "0.12.3"
2828

2929
[project.optional-dependencies]
3030
dev = [
@@ -112,7 +112,7 @@ message_template = "Bump to {new_version}"
112112
tag_template = "v{new_version}"
113113

114114
[tool.tbump.version]
115-
current = "0.12.2"
115+
current = "0.12.3"
116116
# Example of a semver regexp.
117117
# Make sure this matches current_version before
118118
# using tbump

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)