Skip to content

Commit

Permalink
Bump to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 1, 2024
1 parent 975a147 commit 89a047d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jupyter_server_proxy/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md.
#
__version__ = "4.2.1-0.dev"
__version__ = "4.3.0"
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.2.1-0.dev",
"version": "4.3.0",
"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.2.1-0.dev"
version = "4.3.0"
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 @@ -162,7 +162,7 @@ profile = "black"
github_url = "https://github.com/jupyterhub/jupyter-server-proxy"

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

0 comments on commit 89a047d

Please sign in to comment.