Skip to content

Commit 25d9edb

Browse files
committed
Bump version v0.2.5 -> v0.2.6
1 parent 8b79e55 commit 25d9edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "widget-bzvisualizer"
77
description = 'A Jupyter widget to show the Brillouin zone of periodic crystals.'
8-
version = "0.2.5"
8+
version = "0.2.6"
99
dependencies = [
1010
"anywidget~=0.9.10",
1111
"numpy~=1.21",
@@ -61,7 +61,7 @@ npm = "npm"
6161
build_cmd = "build"
6262

6363
[tool.bumpver]
64-
current_version = "v0.2.5"
64+
current_version = "v0.2.6"
6565
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
6666
commit_message = "Bump version {old_version} -> {new_version}"
6767
commit = true

0 commit comments

Comments
 (0)