Skip to content

Commit 4687a51

Browse files
committed
Bump version v0.2.6 -> v0.2.7
1 parent 9cb1e9d commit 4687a51

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.6"
8+
version = "0.2.7"
99
dependencies = [
1010
"anywidget~=0.9.10",
1111
"numpy~=1.21",
@@ -63,7 +63,7 @@ npm = "npm"
6363
build_cmd = "build"
6464

6565
[tool.bumpver]
66-
current_version = "v0.2.6"
66+
current_version = "v0.2.7"
6767
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
6868
commit_message = "Bump version {old_version} -> {new_version}"
6969
commit = true

0 commit comments

Comments
 (0)