Skip to content

Commit 8818cd0

Browse files
Publish 7.0.2
SHA256 hashes: jupyter_client-7.0.2-py3-none-any.whl: 37a30c13d3655b819add61c830594090af7fca40cd2d74f41cad9e2e12118501 jupyter_client-7.0.2.tar.gz: 0c6cabd07e003a2e9692394bf1ae794188ad17d2e250ed747232d7a473aa772c
1 parent b36f484 commit 8818cd0

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