From 36cb6786fa59c2dcbb7842f832b6cc1d2b08a3f3 Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Mon, 19 Aug 2024 18:15:51 +0300 Subject: [PATCH] Bump version v0.7.3 -> v0.7.4 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 158e9fa..87bc84e 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.3" +version = "0.7.4" dependencies = ["anywidget~=0.9.13"] authors = [{ name = "The OSSCAR team" }] readme = "README.md" @@ -58,7 +58,7 @@ npm = "npm" build_cmd = "build" [tool.bumpver] -current_version = "v0.7.3" +current_version = "v0.7.4" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true