Skip to content

Commit

Permalink
Bump to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Aug 11, 2024
1 parent 475f1cc commit f444fea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CORNERSTONE PDK 0.10.3
# CORNERSTONE PDK 0.11.0

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

Expand Down
2 changes: 1 addition & 1 deletion cspdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of the package."""

__version__ = "0.10.3"
__version__ = "0.11.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = {file = "LICENSE"}
name = "cspdk"
readme = "README.md"
requires-python = ">=3.10"
version = "0.10.3"
version = "0.11.0"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -107,7 +107,7 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

[tool.tbump.version]
current = "0.10.3"
current = "0.11.0"
# Example of a semver regexp.
# Make sure this matches current_version before
# using tbump
Expand Down

0 comments on commit f444fea

Please sign in to comment.