From 7af5bc0fceb6822b89e27feb4ac9693649330e96 Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Wed, 27 Mar 2024 02:15:00 +0200 Subject: [PATCH] Bump version v0.6.3 -> v0.6.4 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24fe6dc..bb1d969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "widget-bandsplot" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anywidget~=0.9.3" ] @@ -37,7 +37,7 @@ npm = "npm" build_cmd = "build" [tool.bumpver] -current_version = "v0.6.3" +current_version = "v0.6.4" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true