From 883f977f2bc7046d95790af0af8fb6e46f37c4f9 Mon Sep 17 00:00:00 2001 From: Taylor Date: Tue, 21 May 2024 10:37:35 +0200 Subject: [PATCH] Bump version v4.0.9 -> v4.0.10 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2a20d4..ab70126 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "widget_code_input" -version = "4.0.9" +version = "4.0.10" dependencies = ["anywidget>=0.9.1"] readme = "README.md" license = { file = "LICENSE.txt" } @@ -46,7 +46,7 @@ build_cmd = "build" [tool.bumpver] -current_version = "v4.0.9" +current_version = "v4.0.10" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true