Skip to content

Commit 63cc8b8

Browse files
committedApr 30, 2024·
Bump version v0.7.0 -> v0.7.1
1 parent 72abfad commit 63cc8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "widget-bandsplot"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
dependencies = ["anywidget~=0.9.10"]
99
readme = "README.md"
1010
keywords = [
@@ -40,7 +40,7 @@ npm = "npm"
4040
build_cmd = "build"
4141

4242
[tool.bumpver]
43-
current_version = "v0.7.0"
43+
current_version = "v0.7.1"
4444
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
4545
commit_message = "Bump version {old_version} -> {new_version}"
4646
commit = true

0 commit comments

Comments
 (0)
Please sign in to comment.