From cbc29c9ae91b9a40c61b4b96937efaae4ea8c809 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 14:03:33 +0000 Subject: [PATCH] Publish 7.0.0rc1 SHA256 hashes: jupyter_client-7.0.0rc1-py3-none-any.whl: f7442833518e5fc930d8add4079bf52c2d8e17f14cec564d879b192b9da2d18e jupyter_client-7.0.0rc1.tar.gz: 13b8ba3ac68ac65ca07757dee230b432f1cf0ea69cbff6bbd93233ea23b7aeef --- 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 9a98f6110..24258e5ed 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.0rc0" +__version__ = "7.0.0rc1" # 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 8e96d797d..c9bed9d1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ skip = ["check-links"] ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "7.0.0rc0" +current = "7.0.0rc1" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?