From 75da62cbe2208a4bf30c06ec8eae46b51cc9175c Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Wed, 10 Apr 2024 17:55:54 +0300 Subject: [PATCH] Bump version v0.6.4 -> v0.7.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb1d969..340f0a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "widget-bandsplot" -version = "0.6.4" +version = "0.7.0" dependencies = [ "anywidget~=0.9.3" ] @@ -37,7 +37,7 @@ npm = "npm" build_cmd = "build" [tool.bumpver] -current_version = "v0.6.4" +current_version = "v0.7.0" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true