Skip to content

Commit 1e7a692

Browse files
committed
Bump to 4.1.3-0.dev
1 parent d02e8fd commit 1e7a692

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.2",
3+
"version": "4.1.3-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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires = [
1616
#
1717
[project]
1818
name = "jupyter_server_proxy"
19-
version = "4.1.2"
19+
version = "4.1.3-0.dev"
2020
description = "A Jupyter server extension to run additional processes and proxy to them that comes bundled JupyterLab extension to launch pre-defined processes."
2121
keywords = ["jupyter", "jupyterlab", "jupyterlab-extension"]
2222
authors = [
@@ -174,7 +174,7 @@ profile = "black"
174174
github_url = "https://github.com/jupyterhub/jupyter-server-proxy"
175175

176176
[tool.tbump.version]
177-
current = "4.1.2"
177+
current = "4.1.3-0.dev"
178178
regex = '''
179179
(?P<major>\d+)
180180
\.

0 commit comments

Comments
 (0)