Skip to content

Commit 8b72874

Browse files
committed
Bump to 4.0.0
1 parent b85df45 commit 8b72874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterhub/jupyter-server-proxy",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0",
44
"description": "A JupyterLab extension accompanying the PyPI package jupyter-server-proxy adding launcher items for configured server processes.",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ profile = "black"
156156
github_url = "https://github.com/jupyterhub/jupyter-server-proxy"
157157

158158
[tool.tbump.version]
159-
current = "4.0.0-alpha.1"
159+
current = "4.0.0"
160160
regex = '''
161161
(?P<major>\d+)
162162
\.

0 commit comments

Comments
 (0)