From be9d40dd00db80388b698f46e65e279b012b4f10 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 01:31:55 +0000 Subject: [PATCH] Publish 6.3.1 SHA256 hashes: ipykernel-6.3.1-py3-none-any.whl: 3d34530e031067f04e88b72715e92c27871368c15998692d665d57027ceb18d9 ipykernel-6.3.1.tar.gz: 6dd4b107ab755ed9286c820b2f69c2cd895046ef2a25c878929ac8b5540477a1 --- ipykernel/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipykernel/_version.py b/ipykernel/_version.py index 4f18c3a68..c4b558ffb 100644 --- a/ipykernel/_version.py +++ b/ipykernel/_version.py @@ -4,7 +4,7 @@ import re # Version string must appear intact for tbump versioning -__version__ = '6.3.0' +__version__ = '6.3.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 a2d6b8147..d8f33fe5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ ignore = [] skip = ["check-links"] [tool.tbump.version] -current = "6.3.0" +current = "6.3.1" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?