From 3d8e04b09a7047221a52ce27a049442daf1c0f6e Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 11:57:57 +0000 Subject: [PATCH] Publish 7.0.4 SHA256 hashes: jupyter_client-7.0.4-py3-none-any.whl: 0b18f85dfc4b2c48ee65ccd7d57382d151ecb8469cedde0138b7294c1a747d46 jupyter_client-7.0.4.tar.gz: 67aaadbbbb022cd481146924e5911b56863177456aaf5622049c96ae384edc06 --- 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 5c1b4563e..0dfa7d74a 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.3" +__version__ = "7.0.4" # 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 645c835b4..9cb8ea621 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ skip = ["check-links"] ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "7.0.3" +current = "7.0.4" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?