Skip to content

Commit fc2d3bb

Browse files
Publish 7.3.2
SHA256 hashes: jupyter_client-7.3.2-py3-none-any.whl: be7dff1c6792a951169b514b9b66e9d7ffaba811575cf49d24b73a1ca28f014a jupyter_client-7.3.2.tar.gz: 8f92691bf2d8c670e108813a0290d93a3dc84f74fb844e915b7e587ef2fcbf44
1 parent 30b7d88 commit fc2d3bb

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.1"
5+
__version__ = "7.3.2"
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.1"
7+
version = "7.3.2"
88
description = "Jupyter protocol implementation and client libraries"
99
keywords = [ "Interactive", "Interpreter", "Shell", "Web",]
1010
classifiers = [
@@ -90,7 +90,7 @@ skip = ["check-links"]
9090
ignore = [".mailmap", "*.yml", "*.yaml"]
9191

9292
[tool.tbump.version]
93-
current = "7.3.1"
93+
current = "7.3.2"
9494
regex = '''
9595
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
9696
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)