Skip to content

Commit 8e7a274

Browse files
Publish 7.3.1
SHA256 hashes: jupyter_client-7.3.1-py3-none-any.whl: 404abe552540aff3527e66e16beb114b6b4ff58479d51a301f4eb9701e4f52ef jupyter_client-7.3.1.tar.gz: 05d4ff6a0ade25138c6bb0fbeac7ddc26b5fe835e7dd816b64b4a45b931bdc0b
1 parent 90a85d4 commit 8e7a274

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0"
5+
__version__ = "7.3.1"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ skip = ["check-links"]
1515
ignore = [".mailmap", "*.yml", "*.yaml"]
1616

1717
[tool.tbump.version]
18-
current = "7.3.0"
18+
current = "7.3.1"
1919
regex = '''
2020
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2121
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)