Skip to content

Commit

Permalink
Bump version v4.0.5 -> v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Apr 30, 2024
1 parent 845dd56 commit 3b0efdd
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 @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "widget-periodictable"
version = "4.0.5"
version = "4.1.0"
dependencies = ["anywidget>=0.9.10"]
readme = "README.md"
keywords = [
Expand Down Expand Up @@ -39,7 +39,7 @@ npm = "npm"
build_cmd = "build"

[tool.bumpver]
current_version = "v4.0.5"
current_version = "v4.1.0"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 3b0efdd

Please sign in to comment.