Skip to content

Commit faae694

Browse files
committed
Bump to 1.1.0
1 parent debf25e commit faae694

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,5 +1,5 @@
11

2-
# CORNERSTONE PDK 1.0.9
2+
# CORNERSTONE PDK 1.1.0
33

44
![](https://i.imgur.com/V5Ukc6j.png)
55

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.9"
3+
__version__ = "1.1.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 = "1.0.9"
27+
version = "1.1.0"
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.9"
121+
current = "1.1.0"
122122
# Example of a semver regexp.
123123
# Make sure this matches current_version before
124124
# using tbump

0 commit comments

Comments
 (0)