We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a192 commit ec5c6eaCopy full SHA for ec5c6ea
jupyter_server_proxy/_version.py
@@ -1,4 +1,4 @@
1
# __version__ should be updated using tbump, based on configuration in
2
# pyproject.toml, according to instructions in RELEASE.md.
3
#
4
-__version__ = "4.1.1-0.dev"
+__version__ = "4.2.1-0.dev"
pyproject.toml
@@ -178,6 +178,9 @@ regex = '''
178
message_template = "Bump to {new_version}"
179
tag_template = "v{new_version}"
180
181
+[[tool.tbump.file]]
182
+src = "jupyter_server_proxy/_version.py"
183
+
184
[[tool.tbump.file]]
185
src = "pyproject.toml"
186
0 commit comments