From 6f30a2df2e52b6845165b452347d87975d7087a0 Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Mon, 25 Mar 2024 19:52:55 +0200 Subject: [PATCH] Bump version v0.2.0 -> v0.2.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5323a4..0a65cc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "widget-bzvisualizer" -version = "0.2.0" +version = "0.2.1" dependencies = ["anywidget"] readme = "README.md" @@ -31,7 +31,7 @@ npm = "npm" build_cmd = "build" [tool.bumpver] -current_version = "v0.2.0" +current_version = "v0.2.1" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true