Skip to content

Commit

Permalink
Bump to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 13, 2024
1 parent 58492ca commit 81c483b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterhub/jupyter-server-proxy",
"version": "4.1.1-0.dev",
"version": "4.1.1",
"description": "A JupyterLab extension accompanying the PyPI package jupyter-server-proxy adding launcher items for configured server processes.",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requires = [
#
[project]
name = "jupyter_server_proxy"
version = "4.1.1-0.dev"
version = "4.1.1"
description = "A Jupyter server extension to run additional processes and proxy to them that comes bundled JupyterLab extension to launch pre-defined processes."
keywords = ["jupyter", "jupyterlab", "jupyterlab-extension"]
authors = [
Expand Down Expand Up @@ -174,7 +174,7 @@ profile = "black"
github_url = "https://github.com/jupyterhub/jupyter-server-proxy"

[tool.tbump.version]
current = "4.1.1-0.dev"
current = "4.1.1"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 81c483b

Please sign in to comment.