diff --git a/jupyter_server/_version.py b/jupyter_server/_version.py index 428a3db1ee..b992b28cf1 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.dev0' +__version__ = '1.10.2' # 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 e000103f47..f4c7d59650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ testpaths = [ ] [tool.tbump.version] -current = "1.11.0.dev0" +current = "1.10.2" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?