From 8ca558f13c5be5afb64cf39a8e756c4eca9fadaa Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:14:14 +0000 Subject: [PATCH] Publish 7.0.6 SHA256 hashes: jupyter_client-7.0.6-py3-none-any.whl: 074bdeb1ffaef4a3095468ee16313938cfdc48fc65ca95cc18980b956c2e5d79 jupyter_client-7.0.6.tar.gz: 8b6e06000eb9399775e0a55c52df6c1be4766666209c22f90c2691ded0e338dc --- 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 92df6ac04..b52c0ed18 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.5" +__version__ = "7.0.6" # 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 4c984835d..b1d144282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ skip = ["check-links"] ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "7.0.5" +current = "7.0.6" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?