Skip to content

Commit

Permalink
Bump version v4.0.13 -> v4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Nov 19, 2024
1 parent 9e953a6 commit b0488a9
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 @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "widget_code_input"
description = 'A jupyter widget which allows users to implement small python functions dynamically and interactively.'
version = "4.0.13"
version = "4.0.14"
dependencies = ["anywidget>=0.9.1"]
authors = [{ name = "The OSSCAR team" }]
readme = "README.md"
Expand Down Expand Up @@ -65,7 +65,7 @@ build_cmd = "build"


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

0 comments on commit b0488a9

Please sign in to comment.