Skip to content

Commit 1c7d9b2

Browse files
Publish 7.2.1
SHA256 hashes: jupyter_client-7.2.1-py3-none-any.whl: d10e31ac4b8364d1cb30ebcee9e5cc7b7eb5d23b76912be9ef3d4c75167fbc68 jupyter_client-7.2.1.tar.gz: aa177279e93205d0681ec0e2e210da01b22c5a1464a56abd455adcac64f0de91
1 parent 40eaafb commit 1c7d9b2

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.0"
5+
__version__ = "7.2.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.2.0"
18+
current = "7.2.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)