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 06937c2 commit a25f39bCopy full SHA for a25f39b
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "widget_bzvisualizer"
7
-version = "0.1.1"
+version = "0.2.0"
8
dependencies = ["anywidget"]
9
readme = "README.md"
10
@@ -31,7 +31,7 @@ npm = "npm"
31
build_cmd = "build"
32
33
[tool.bumpver]
34
-current_version = "v0.1.1"
+current_version = "v0.2.0"
35
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
36
commit_message = "Bump version {old_version} -> {new_version}"
37
commit = true
0 commit comments