We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3925f9c commit bef685aCopy full SHA for bef685a
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "widget-periodictable"
7
description = 'A jupyter widget of the periodic table of elements.'
8
-version = "4.1.0"
+version = "4.1.1"
9
dependencies = ["anywidget~=0.9.10"]
10
authors = [{ name = "The OSSCAR team" }]
11
readme = "README.md"
@@ -55,7 +55,7 @@ npm = "npm"
55
build_cmd = "build"
56
57
[tool.bumpver]
58
-current_version = "v4.1.0"
+current_version = "v4.1.1"
59
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
60
commit_message = "Bump version {old_version} -> {new_version}"
61
commit = true
0 commit comments