Skip to content

Commit ed3497b

Browse files
committed
Bump to 0.17.0
1 parent a5ac921 commit ed3497b

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.16.1
1+
# CORNERSTONE PDK 0.17.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.16.1"
3+
__version__ = "0.17.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.16.1"
27+
version = "0.17.0"
2828

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

111111
[tool.tbump.version]
112-
current = "0.16.1"
112+
current = "0.17.0"
113113
# Example of a semver regexp.
114114
# Make sure this matches current_version before
115115
# using tbump

0 commit comments

Comments
 (0)