File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # CORNERSTONE PDK 1.0.7
1+ # CORNERSTONE PDK 1.0.8
22
33
44
Original file line number Diff line number Diff line change 11"""Version of the package."""
22
3- __version__ = "1.0.7 "
3+ __version__ = "1.0.8 "
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ license = {file = "LICENSE"}
2424name = "cspdk"
2525readme = "README.md"
2626requires-python = ">=3.11,<3.14"
27- version = "1.0.7 "
27+ version = "1.0.8 "
2828
2929[project.optional-dependencies]
3030dev = [
@@ -118,7 +118,7 @@ message_template = "Bump to {new_version}"
118118tag_template = "v{new_version}"
119119
120120[tool.tbump.version]
121- current = "1.0.7 "
121+ current = "1.0.8 "
122122# Example of a semver regexp.
123123# Make sure this matches current_version before
124124# using tbump
You can’t perform that action at this time.
0 commit comments