Skip to content

Commit 996dd5c

Browse files
Publish 6.7.0
SHA256 hashes: ipykernel-6.7.0-py3-none-any.whl: 6203ccd5510ff148e9433fd4a2707c5ce8d688f026427f46e13d7ebf9b3e9787 ipykernel-6.7.0.tar.gz: d82b904fdc2fd8c7b1fbe0fa481c68a11b4cd4c8ef07e6517da1f10cc3114d24
1 parent 3813d1e commit 996dd5c

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.6.1'
7+
__version__ = '6.7.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.6.1"
19+
current = "6.7.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)