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 8b79e55 commit 25d9edbCopy full SHA for 25d9edb
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.5"
+version = "0.2.6"
9
dependencies = [
10
"anywidget~=0.9.10",
11
"numpy~=1.21",
@@ -61,7 +61,7 @@ npm = "npm"
61
build_cmd = "build"
62
63
[tool.bumpver]
64
-current_version = "v0.2.5"
+current_version = "v0.2.6"
65
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
66
commit_message = "Bump version {old_version} -> {new_version}"
67
commit = true
0 commit comments