From dbbfb7f2d465ecf5ed7fc595595fca2dd21b8a5e Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Tue, 21 May 2024 17:04:17 +0300 Subject: [PATCH] Bump version v0.7.1 -> v0.7.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4fb75be..5627499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.1" +version = "0.7.2" dependencies = ["anywidget~=0.9.10"] authors = [{ name = "The OSSCAR team" }] readme = "README.md" @@ -56,7 +56,7 @@ npm = "npm" build_cmd = "build" [tool.bumpver] -current_version = "v0.7.1" +current_version = "v0.7.2" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true