Skip to content

Commit 5e3ca02

Browse files
Publish 7.0.5
SHA256 hashes: jupyter_client-7.0.5-py3-none-any.whl: 124a6e6979c38999d9153b1c4d1808c4c820a45066d5ed1857a5b59c04ffccb3 jupyter_client-7.0.5.tar.gz: 382aca66dcaf96d7eaaa6c546d57cdf8b3b1cf5bc1f2704c58a1d8d244f1163d
1 parent 8bd9ca6 commit 5e3ca02

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.0.4"
5+
__version__ = "7.0.5"
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
@@ -14,7 +14,7 @@ skip = ["check-links"]
1414
ignore = [".mailmap", "*.yml", "*.yaml"]
1515

1616
[tool.tbump.version]
17-
current = "7.0.4"
17+
current = "7.0.5"
1818
regex = '''
1919
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2020
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)