We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845dd56 commit 3b0efddCopy full SHA for 3b0efdd
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "widget-periodictable"
7
-version = "4.0.5"
+version = "4.1.0"
8
dependencies = ["anywidget>=0.9.10"]
9
readme = "README.md"
10
keywords = [
@@ -39,7 +39,7 @@ npm = "npm"
39
build_cmd = "build"
40
41
[tool.bumpver]
42
-current_version = "v4.0.5"
+current_version = "v4.1.0"
43
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
44
commit_message = "Bump version {old_version} -> {new_version}"
45
commit = true
0 commit comments