diff --git a/jupyter_server/_version.py b/jupyter_server/_version.py index 26361de165..564958dc19 100644 --- a/jupyter_server/_version.py +++ b/jupyter_server/_version.py @@ -5,7 +5,7 @@ import re # Version string must appear intact for tbump versioning -__version__ = "1.11.0" +__version__ = "1.11.1" # 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 3103e87ef6..2bcfd2d1a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ testpaths = [ skip = ["check-links"] [tool.tbump.version] -current = "1.11.0" +current = "1.11.1" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?