From 1c7d9b228ac5f17dda8aba0e85b02b3dc22320f8 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 15:38:47 +0000 Subject: [PATCH] Publish 7.2.1 SHA256 hashes: jupyter_client-7.2.1-py3-none-any.whl: d10e31ac4b8364d1cb30ebcee9e5cc7b7eb5d23b76912be9ef3d4c75167fbc68 jupyter_client-7.2.1.tar.gz: aa177279e93205d0681ec0e2e210da01b22c5a1464a56abd455adcac64f0de91 --- 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 09316d888..79a631d32 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.2.0" +__version__ = "7.2.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 c50f85680..8a0cf3c0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ skip = ["check-links"] ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "7.2.0" +current = "7.2.1" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?