From 490298ea669452e00d816f275ed7420fea25a64b Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 17:52:30 +0000 Subject: [PATCH] Publish 7.1.0 SHA256 hashes: jupyter_client-7.1.0-py3-none-any.whl: 64d93752d8cbfba0c1030c3335c3f0d9797cd1efac012652a14aac1653db11a3 jupyter_client-7.1.0.tar.gz: a5f995a73cffb314ed262713ae6dfce53c6b8216cea9f332071b8ff44a6e1654 --- jupyter_client/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyter_client/_version.py b/jupyter_client/_version.py index b52c0ed18..30db72593 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.0.6" +__version__ = "7.1.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 b1d144282..878e7fb74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ skip = ["check-links"] ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "7.0.6" +current = "7.1.0" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?