Skip to content

Commit 8bb72a9

Browse files
committed
Bump version v0.1.5 -> v0.1.6.
1 parent 9758303 commit 8bb72a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cleedpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.5"
1+
__version__ = "0.1.6"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ requires = ["scikit-build-core>=0.10"]
4545
build-backend = "scikit_build_core.build"
4646

4747
[tool.bumpver]
48-
current_version = "v0.1.5"
48+
current_version = "v0.1.6"
4949
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
5050
commit_message = "Bump version {old_version} -> {new_version}."
5151
tag_message = "Release {new_version}."

0 commit comments

Comments
 (0)