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