From 0384d503225457fa9c22a8e2e15c684da8819587 Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Thu, 11 Jul 2024 23:46:26 +0300 Subject: [PATCH] Bump version v4.1.2 -> v4.1.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72579ca..cd41821 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.2" +version = "4.1.3" 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.2" +current_version = "v4.1.3" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true