Skip to content

Commit

Permalink
Bump version v0.7.2 -> v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed May 21, 2024
1 parent 39e756e commit 0a0a50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "widget-bandsplot"
description = 'A Jupyter widget to plot band structure and density of states.'
version = "0.7.2"
version = "0.7.3"
dependencies = ["anywidget~=0.9.10"]
authors = [{ name = "The OSSCAR team" }]
readme = "README.md"
Expand Down Expand Up @@ -58,7 +58,7 @@ npm = "npm"
build_cmd = "build"

[tool.bumpver]
current_version = "v0.7.2"
current_version = "v0.7.3"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 0a0a50c

Please sign in to comment.