Skip to content

Commit c26ce9f

Browse files
Publish 7.3.4
SHA256 hashes: jupyter_client-7.3.4-py3-none-any.whl: 17d74b0d0a7b24f1c8c527b24fcf4607c56bee542ffe8e3418e50b21e514b621 jupyter_client-7.3.4.tar.gz: aa9a6c32054b290374f95f73bb0cae91455c58dfb84f65c8591912b8f65e6d56
1 parent fd7525d commit c26ce9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jupyter_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import List
33
from typing import Union
44

5-
__version__ = "7.3.3"
5+
__version__ = "7.3.4"
66

77
# Build up version_info tuple for backwards compatibility
88
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter_client"
7-
version = "7.3.3"
7+
version = "7.3.4"
88
description = "Jupyter protocol implementation and client libraries"
99
keywords = [ "Interactive", "Interpreter", "Shell", "Web",]
1010
classifiers = [
@@ -93,7 +93,7 @@ skip = ["check-links"]
9393
ignore = [".mailmap", "*.yml", "*.yaml"]
9494

9595
[tool.tbump.version]
96-
current = "7.3.3"
96+
current = "7.3.4"
9797
regex = '''
9898
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
9999
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)