Skip to content

Commit 4818f54

Browse files
committed
Bump to 1.0.8
1 parent 02c0c71 commit 4818f54

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 1.0.7
1+
# CORNERSTONE PDK 1.0.8
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__ = "1.0.7"
3+
__version__ = "1.0.8"

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 = "1.0.7"
27+
version = "1.0.8"
2828

2929
[project.optional-dependencies]
3030
dev = [
@@ -118,7 +118,7 @@ message_template = "Bump to {new_version}"
118118
tag_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

0 commit comments

Comments
 (0)