Skip to content

Commit

Permalink
Bump to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Jun 28, 2024
1 parent c171c6e commit b87f28a
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.9.1
# CORNERSTONE PDK 0.9.2

![](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 +1 @@
__version__ = "0.9.1"
__version__ = "0.9.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ license = {file = "LICENSE"}
name = "cspdk"
readme = "README.md"
requires-python = ">=3.10"
version = "0.9.1"
version = "0.9.2"

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

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

0 comments on commit b87f28a

Please sign in to comment.