Skip to content

Commit 339d13c

Browse files
Publish 6.4.0
SHA256 hashes: ipykernel-6.4.0-py3-none-any.whl: 72d62a362777ee91eb990b90e55bf4375621aac478a34bf49c0ed1f3ae64167f ipykernel-6.4.0.tar.gz: 0bf7a9563e5ff053049c95d18b1488f4307cf334e3381020a83983274295d625
1 parent 0539062 commit 339d13c

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.3.1'
7+
__version__ = '6.4.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.3.1"
18+
current = "6.4.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)