diff --git a/jupyterlab_server/_version.py b/jupyterlab_server/_version.py index 25b80028..9d29277f 100644 --- a/jupyterlab_server/_version.py +++ b/jupyterlab_server/_version.py @@ -4,7 +4,7 @@ """ import re -__version__ = "2.13.0" +__version__ = "2.14.0" # Build up version_info tuple for backwards compatibility pattern = r"(?P\d+).(?P\d+).(?P\d+)(?P.*)" diff --git a/pyproject.toml b/pyproject.toml index 41573cbe..fc75394c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyterlab_server" -version = "2.13.0" +version = "2.14.0" license = { file = "LICENSE" } description = "A set of server components for JupyterLab and JupyterLab like applications." keywords = ["jupyter", "jupyterlab"] @@ -70,7 +70,7 @@ test = [ skip = ["check-links"] [tool.tbump.version] -current = "2.13.0" +current = "2.14.0" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?