Skip to content

Commit e9289cb

Browse files
committed
Bump to 1.3.1
1 parent ab931a4 commit e9289cb

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

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.3.0"
28+
version = "1.3.1"
2929

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

121121
[tool.tbump.version]
122-
current = "1.3.0"
122+
current = "1.3.1"
123123
# Example of a semver regexp.
124124
# Make sure this matches current_version before
125125
# using tbump

0 commit comments

Comments
 (0)