Skip to content

Commit f91644a

Browse files
committed
Bump to 0.14.0
1 parent c1e8845 commit f91644a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.13.0
1+
# CORNERSTONE PDK 0.14.0
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.13.0"
3+
__version__ = "0.14.0"

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.11,<3.14"
27-
version = "0.13.0"
27+
version = "0.14.0"
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.13.0"
115+
current = "0.14.0"
116116
# Example of a semver regexp.
117117
# Make sure this matches current_version before
118118
# using tbump

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)