We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085af69 commit 36cb678Copy full SHA for 36cb678
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "widget-bandsplot"
7
description = 'A Jupyter widget to plot band structure and density of states.'
8
-version = "0.7.3"
+version = "0.7.4"
9
dependencies = ["anywidget~=0.9.13"]
10
authors = [{ name = "The OSSCAR team" }]
11
readme = "README.md"
@@ -58,7 +58,7 @@ npm = "npm"
58
build_cmd = "build"
59
60
[tool.bumpver]
61
-current_version = "v0.7.3"
+current_version = "v0.7.4"
62
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
63
commit_message = "Bump version {old_version} -> {new_version}"
64
commit = true
0 commit comments