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 9cb1e9d commit 4687a51Copy full SHA for 4687a51
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "widget-bzvisualizer"
7
description = 'A Jupyter widget to show the Brillouin zone of periodic crystals.'
8
-version = "0.2.6"
+version = "0.2.7"
9
dependencies = [
10
"anywidget~=0.9.10",
11
"numpy~=1.21",
@@ -63,7 +63,7 @@ npm = "npm"
63
build_cmd = "build"
64
65
[tool.bumpver]
66
-current_version = "v0.2.6"
+current_version = "v0.2.7"
67
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
68
commit_message = "Bump version {old_version} -> {new_version}"
69
commit = true
0 commit comments