From 25d9edbe11d3f8a4f7fe9c59e4cf1f4bc057a235 Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Tue, 21 May 2024 16:56:30 +0300 Subject: [PATCH] Bump version v0.2.5 -> v0.2.6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a062fa7..0a4171b 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.5" +version = "0.2.6" dependencies = [ "anywidget~=0.9.10", "numpy~=1.21", @@ -61,7 +61,7 @@ npm = "npm" build_cmd = "build" [tool.bumpver] -current_version = "v0.2.5" +current_version = "v0.2.6" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true