From bef685ac266ea9882fe0a86d7edf3d70f7732a6d Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Tue, 21 May 2024 17:09:17 +0300 Subject: [PATCH] Bump version v4.1.0 -> v4.1.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1be6cf6..67cd067 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.0" +version = "4.1.1" dependencies = ["anywidget~=0.9.10"] authors = [{ name = "The OSSCAR team" }] readme = "README.md" @@ -55,7 +55,7 @@ npm = "npm" build_cmd = "build" [tool.bumpver] -current_version = "v4.1.0" +current_version = "v4.1.1" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true