Skip to content

Commit 3d8e04b

Browse files
Publish 7.0.4
SHA256 hashes: jupyter_client-7.0.4-py3-none-any.whl: 0b18f85dfc4b2c48ee65ccd7d57382d151ecb8469cedde0138b7294c1a747d46 jupyter_client-7.0.4.tar.gz: 67aaadbbbb022cd481146924e5911b56863177456aaf5622049c96ae384edc06
1 parent 27fcd6b commit 3d8e04b

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.3"
5+
__version__ = "7.0.4"
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.3"
17+
current = "7.0.4"
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)