Skip to content

Commit ec5c6ea

Browse files
committed
Fix failure to update __version__
1 parent 234a192 commit ec5c6ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

jupyter_server_proxy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# __version__ should be updated using tbump, based on configuration in
22
# pyproject.toml, according to instructions in RELEASE.md.
33
#
4-
__version__ = "4.1.1-0.dev"
4+
__version__ = "4.2.1-0.dev"

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ regex = '''
178178
message_template = "Bump to {new_version}"
179179
tag_template = "v{new_version}"
180180

181+
[[tool.tbump.file]]
182+
src = "jupyter_server_proxy/_version.py"
183+
181184
[[tool.tbump.file]]
182185
src = "pyproject.toml"
183186

0 commit comments

Comments
 (0)