We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093ef31 commit 883f977Copy full SHA for 883f977
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
6
[project]
7
name = "widget_code_input"
8
-version = "4.0.9"
+version = "4.0.10"
9
dependencies = ["anywidget>=0.9.1"]
10
readme = "README.md"
11
license = { file = "LICENSE.txt" }
@@ -46,7 +46,7 @@ build_cmd = "build"
46
47
48
[tool.bumpver]
49
-current_version = "v4.0.9"
+current_version = "v4.0.10"
50
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
51
commit_message = "Bump version {old_version} -> {new_version}"
52
commit = true
0 commit comments