Skip to content

Commit

Permalink
Bump version v4.0.9 -> v4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor-96 committed May 21, 2024
1 parent 093ef31 commit 883f977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 883f977

Please sign in to comment.