Skip to content

Commit 0fca639

Browse files
Publish 7.3.0
SHA256 hashes: jupyter_client-7.3.0-py3-none-any.whl: 671dd2d90d03f41716b09627a4eb06bb37875f92bf6563cc2ce4fe71c61c5cda jupyter_client-7.3.0.tar.gz: 3bcc8e08a294d0fa9406e48cfe17e11ef0efdb7c504fe8cc335128e3ef8f3dac
1 parent a7c4dc3 commit 0fca639

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.2.2"
5+
__version__ = "7.3.0"
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.2.2"
18+
current = "7.3.0"
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)