Skip to content

Commit cbc29c9

Browse files
Publish 7.0.0rc1
SHA256 hashes: jupyter_client-7.0.0rc1-py3-none-any.whl: f7442833518e5fc930d8add4079bf52c2d8e17f14cec564d879b192b9da2d18e jupyter_client-7.0.0rc1.tar.gz: 13b8ba3ac68ac65ca07757dee230b432f1cf0ea69cbff6bbd93233ea23b7aeef
1 parent bfbc110 commit cbc29c9

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.0rc0"
5+
__version__ = "7.0.0rc1"
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.0rc0"
17+
current = "7.0.0rc1"
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)