Skip to content

Commit 79587d5

Browse files
Publish 7.0.0
SHA256 hashes: jupyter_client-7.0.0-py3-none-any.whl: bdf99b6965782acd5f295cd5e58d7847de00eeddd3bcb1386064bd57635da76a jupyter_client-7.0.0.tar.gz: fd042ba51ce1d1a198421f5d08f73773dfcfe85c986e605d414daa33760b61ed
1 parent 00ff8a3 commit 79587d5

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

1616
[tool.tbump.version]
17-
current = "7.0.0rc1"
17+
current = "7.0.0"
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)