Skip to content

Commit

Permalink
Fix failure to update __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jun 25, 2024
1 parent 234a192 commit ec5c6ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server_proxy/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md.
#
__version__ = "4.1.1-0.dev"
__version__ = "4.2.1-0.dev"
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ regex = '''
message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

[[tool.tbump.file]]
src = "jupyter_server_proxy/_version.py"

[[tool.tbump.file]]
src = "pyproject.toml"

Expand Down

0 comments on commit ec5c6ea

Please sign in to comment.