Skip to content

Commit dd0620c

Browse files
committed
Bump to 4.1.0
1 parent face48e commit dd0620c

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",
3+
"version": "4.1.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
@@ -171,7 +171,7 @@ profile = "black"
171171
github_url = "https://github.com/jupyterhub/jupyter-server-proxy"
172172

173173
[tool.tbump.version]
174-
current = "4.0.0"
174+
current = "4.1.0"
175175
regex = '''
176176
(?P<major>\d+)
177177
\.

0 commit comments

Comments
 (0)