From 263173095ceab87a572937f21f843886ffe356f1 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 19:52:58 +0000 Subject: [PATCH] Publish 7.1.1 SHA256 hashes: jupyter_client-7.1.1-py3-none-any.whl: f0c576cce235c727e30b0a0da88c2755d0947d0070fa1bc45f195079ffd64e66 jupyter_client-7.1.1.tar.gz: 540ca35e57e83c5ece81abd9b781a57cba39a37c60a2a30c8c1b2f6663544343 --- 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 30db72593..61460b0ce 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.1.0" +__version__ = "7.1.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 878e7fb74..ce474e2e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ skip = ["check-links"] ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "7.1.0" +current = "7.1.1" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?