From 4687a5122cee3ab2ab38d7a86c96c0e3f6a60cfb Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Tue, 21 May 2024 17:22:40 +0300 Subject: [PATCH] Bump version v0.2.6 -> v0.2.7 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 527277c..31b554d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "widget-bzvisualizer" description = 'A Jupyter widget to show the Brillouin zone of periodic crystals.' -version = "0.2.6" +version = "0.2.7" dependencies = [ "anywidget~=0.9.10", "numpy~=1.21", @@ -63,7 +63,7 @@ npm = "npm" build_cmd = "build" [tool.bumpver] -current_version = "v0.2.6" +current_version = "v0.2.7" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true