Skip to content

Commit 36cb678

Browse files
committed
Bump version v0.7.3 -> v0.7.4
1 parent 085af69 commit 36cb678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "widget-bandsplot"
77
description = 'A Jupyter widget to plot band structure and density of states.'
8-
version = "0.7.3"
8+
version = "0.7.4"
99
dependencies = ["anywidget~=0.9.13"]
1010
authors = [{ name = "The OSSCAR team" }]
1111
readme = "README.md"
@@ -58,7 +58,7 @@ npm = "npm"
5858
build_cmd = "build"
5959

6060
[tool.bumpver]
61-
current_version = "v0.7.3"
61+
current_version = "v0.7.4"
6262
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
6363
commit_message = "Bump version {old_version} -> {new_version}"
6464
commit = true

0 commit comments

Comments
 (0)