We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cc09f commit b606c32Copy full SHA for b606c32
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "widget-bzvisualizer"
7
-version = "0.2.3"
+version = "0.2.4"
8
dependencies = [
9
"anywidget~=0.9.3",
10
"numpy~=1.21",
@@ -41,7 +41,7 @@ npm = "npm"
41
build_cmd = "build"
42
43
[tool.bumpver]
44
-current_version = "v0.2.3"
+current_version = "v0.2.4"
45
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
46
commit_message = "Bump version {old_version} -> {new_version}"
47
commit = true
0 commit comments