Skip to content

Commit

Permalink
Bump to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Dec 25, 2024
1 parent 9e45b61 commit b3c420a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.12.0
# CORNERSTONE PDK 0.12.1

![](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.12.0"
__version__ = "0.12.1"
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.12.0"
version = "0.12.1"

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

[tool.tbump.version]
current = "0.12.0"
current = "0.12.1"
# Example of a semver regexp.
# Make sure this matches current_version before
# using tbump
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3c420a

Please sign in to comment.