From 369839bb5db50f1e485b89e6f87e997baa45e383 Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Tue, 21 May 2024 17:23:52 +0300 Subject: [PATCH] Bump version v4.1.1 -> v4.1.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6946cf..72579ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "widget-periodictable" description = 'A jupyter widget of the periodic table of elements.' -version = "4.1.1" +version = "4.1.2" dependencies = ["anywidget~=0.9.10"] authors = [{ name = "The OSSCAR team" }] readme = "README.md" @@ -57,7 +57,7 @@ npm = "npm" build_cmd = "build" [tool.bumpver] -current_version = "v4.1.1" +current_version = "v4.1.2" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true