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 b85df45 commit 8b72874Copy full SHA for 8b72874
labextension/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jupyterhub/jupyter-server-proxy",
3
- "version": "4.0.0-alpha.1",
+ "version": "4.0.0",
4
"description": "A JupyterLab extension accompanying the PyPI package jupyter-server-proxy adding launcher items for configured server processes.",
5
"keywords": [
6
"jupyter",
pyproject.toml
@@ -156,7 +156,7 @@ profile = "black"
156
github_url = "https://github.com/jupyterhub/jupyter-server-proxy"
157
158
[tool.tbump.version]
159
-current = "4.0.0-alpha.1"
+current = "4.0.0"
160
regex = '''
161
(?P<major>\d+)
162
\.
0 commit comments