diff --git a/jupyter_client/_version.py b/jupyter_client/_version.py index 79a631d32..abb5e728f 100644 --- a/jupyter_client/_version.py +++ b/jupyter_client/_version.py @@ -2,7 +2,7 @@ from typing import List from typing import Union -__version__ = "7.2.1" +__version__ = "7.2.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 ec1e4c659..0e259e775 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ skip = ["check-links"] ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "7.2.1" +current = "7.2.2" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?