Skip to content

Commit 180353d

Browse files
committed
Bump version v4.0.15 -> v4.0.16
1 parent a082585 commit 180353d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
[project]
77
name = "widget_code_input"
88
description = 'A jupyter widget which allows users to implement small python functions dynamically and interactively.'
9-
version = "4.0.15"
9+
version = "4.0.16"
1010
dependencies = ["anywidget>=0.9.1"]
1111
authors = [{ name = "The OSSCAR team" }]
1212
readme = "README.md"
@@ -65,7 +65,7 @@ build_cmd = "build"
6565

6666

6767
[tool.bumpver]
68-
current_version = "v4.0.15"
68+
current_version = "v4.0.16"
6969
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
7070
commit_message = "Bump version {old_version} -> {new_version}"
7171
commit = true

0 commit comments

Comments
 (0)