We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a082585 commit 180353dCopy full SHA for 180353d
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
[project]
7
name = "widget_code_input"
8
description = 'A jupyter widget which allows users to implement small python functions dynamically and interactively.'
9
-version = "4.0.15"
+version = "4.0.16"
10
dependencies = ["anywidget>=0.9.1"]
11
authors = [{ name = "The OSSCAR team" }]
12
readme = "README.md"
@@ -65,7 +65,7 @@ build_cmd = "build"
65
66
67
[tool.bumpver]
68
-current_version = "v4.0.15"
+current_version = "v4.0.16"
69
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
70
commit_message = "Bump version {old_version} -> {new_version}"
71
commit = true
0 commit comments