Skip to content

Commit 00ca9f0

Browse files
Publish 6.3.0
SHA256 hashes: ipykernel-6.3.0-py3-none-any.whl: e87cff7dff9a04453e1f21921d937a5ce57b978698cfd0d6b1c1e00c865fa0f6 ipykernel-6.3.0.tar.gz: 5314690a638f893e2cc3bf3d25042920e9fbb873f7d8263033390264caeb95f4
1 parent 3fe7ada commit 00ca9f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ipykernel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55

66
# Version string must appear intact for tbump versioning
7-
__version__ = '6.2.0'
7+
__version__ = '6.3.0'
88

99
# Build up version_info tuple for backwards compatibility
1010
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
@@ -15,7 +15,7 @@ ignore = []
1515
skip = ["check-links"]
1616

1717
[tool.tbump.version]
18-
current = "6.2.0"
18+
current = "6.3.0"
1919
regex = '''
2020
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2121
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)