Skip to content

Commit 360685c

Browse files
Publish 6.5.0
SHA256 hashes: ipykernel-6.5.0-py3-none-any.whl: f43de132feea90f86d68c51013afe9694f9415f440053ec9909dd656c75b04b5 ipykernel-6.5.0.tar.gz: 299795cca2c4aed7e233e3ad5360e1c73627fd0dcec11a9e75d5b2df43629353
1 parent 5d6ffee commit 360685c

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.4.2'
7+
__version__ = '6.5.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
@@ -16,7 +16,7 @@ ignore = []
1616
skip = ["check-links"]
1717

1818
[tool.tbump.version]
19-
current = "6.4.2"
19+
current = "6.5.0"
2020
regex = '''
2121
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2222
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)