Skip to content

Commit b9f36cc

Browse files
committed
Bump to 4.1.1-0.dev
1 parent 6a15bef commit b9f36cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labextension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterhub/jupyter-server-proxy",
3-
"version": "4.1.0",
3+
"version": "4.1.1-0.dev",
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

+1-1
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.1.0"
174+
current = "4.1.1-0.dev"
175175
regex = '''
176176
(?P<major>\d+)
177177
\.

0 commit comments

Comments
 (0)