diff --git a/pyproject.toml b/pyproject.toml index e2a20d4..ab70126 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "widget_code_input" -version = "4.0.9" +version = "4.0.10" dependencies = ["anywidget>=0.9.1"] readme = "README.md" license = { file = "LICENSE.txt" } @@ -46,7 +46,7 @@ build_cmd = "build" [tool.bumpver] -current_version = "v4.0.9" +current_version = "v4.0.10" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true