Skip to content

Commit bef685a

Browse files
committed
Bump version v4.1.0 -> v4.1.1
1 parent 3925f9c commit bef685a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "widget-periodictable"
77
description = 'A jupyter widget of the periodic table of elements.'
8-
version = "4.1.0"
8+
version = "4.1.1"
99
dependencies = ["anywidget~=0.9.10"]
1010
authors = [{ name = "The OSSCAR team" }]
1111
readme = "README.md"
@@ -55,7 +55,7 @@ npm = "npm"
5555
build_cmd = "build"
5656

5757
[tool.bumpver]
58-
current_version = "v4.1.0"
58+
current_version = "v4.1.1"
5959
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
6060
commit_message = "Bump version {old_version} -> {new_version}"
6161
commit = true

0 commit comments

Comments
 (0)