Skip to content

Commit d33dcc9

Browse files
committed
Bump to 1.0.3
1 parent 7303c49 commit d33dcc9

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.2
1+
# CORNERSTONE PDK 1.0.3
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.2"
3+
__version__ = "1.0.3"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license = {file = "LICENSE"}
2525
name = "cspdk"
2626
readme = "README.md"
2727
requires-python = ">=3.11,<3.14"
28-
version = "1.0.2"
28+
version = "1.0.3"
2929

3030
[project.optional-dependencies]
3131
dev = [
@@ -122,7 +122,7 @@ message_template = "Bump to {new_version}"
122122
tag_template = "v{new_version}"
123123

124124
[tool.tbump.version]
125-
current = "1.0.2"
125+
current = "1.0.3"
126126
# Example of a semver regexp.
127127
# Make sure this matches current_version before
128128
# using tbump

0 commit comments

Comments
 (0)