From 8818cd05d8411d51d0211e97e3f8390a54f32a56 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 11:19:59 +0000 Subject: [PATCH] Publish 7.0.2 SHA256 hashes: jupyter_client-7.0.2-py3-none-any.whl: 37a30c13d3655b819add61c830594090af7fca40cd2d74f41cad9e2e12118501 jupyter_client-7.0.2.tar.gz: 0c6cabd07e003a2e9692394bf1ae794188ad17d2e250ed747232d7a473aa772c --- 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 7f5bc867a..bd78d6de1 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.1" +__version__ = "7.0.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 389e96de6..1e04c66da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ skip = ["check-links"] ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "7.0.1" +current = "7.0.2" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?