Skip to content

Commit ab4606a

Browse files
committed
Bump to 0.11.5
1 parent 5d56c05 commit ab4606a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.11.4
1+
# CORNERSTONE PDK 0.11.5
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.11.4"
3+
__version__ = "0.11.5"

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.11.4"
27+
version = "0.11.5"
2828

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

109109
[tool.tbump.version]
110-
current = "0.11.4"
110+
current = "0.11.5"
111111
# Example of a semver regexp.
112112
# Make sure this matches current_version before
113113
# using tbump

0 commit comments

Comments
 (0)