diff --git a/ipykernel/_version.py b/ipykernel/_version.py index 40af1ecdf..96f5c1540 100644 --- a/ipykernel/_version.py +++ b/ipykernel/_version.py @@ -5,7 +5,7 @@ from typing import List # Version string must appear intact for tbump versioning -__version__ = "6.13.1" +__version__ = "6.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 54cd0ba2b..1d9e9d000 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ipykernel" -version = "6.13.1" +version = "6.14.0" authors = [{name = "IPython Development Team", email = "ipython-dev@scipy.org"}] license = {file = "COPYING.md"} readme = "README.md" @@ -60,7 +60,7 @@ artifacts = ["ipykernel_launcher.py"] skip = ["check-links"] [tool.tbump.version] -current = "6.13.1" +current = "6.14.0" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?