Skip to content

Commit

Permalink
Bump to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Jul 28, 2024
1 parent f3d31c1 commit d0d56dc
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.1
# CORNERSTONE PDK 0.10.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,3 +1,3 @@
"""Version of the package."""

__version__ = "0.10.1"
__version__ = "0.10.2"
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.1"
version = "0.10.2"

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

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

0 comments on commit d0d56dc

Please sign in to comment.