We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72abfad commit 63cc8b8Copy full SHA for 63cc8b8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "widget-bandsplot"
7
-version = "0.7.0"
+version = "0.7.1"
8
dependencies = ["anywidget~=0.9.10"]
9
readme = "README.md"
10
keywords = [
@@ -40,7 +40,7 @@ npm = "npm"
40
build_cmd = "build"
41
42
[tool.bumpver]
43
-current_version = "v0.7.0"
+current_version = "v0.7.1"
44
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
45
commit_message = "Bump version {old_version} -> {new_version}"
46
commit = true
0 commit comments