Skip to content

Commit 221dca6

Browse files
Publish 6.9.1
SHA256 hashes: ipykernel-6.9.1-py3-none-any.whl: 4fae9df6e192837552b2406a6052d707046dd2e153860be73c68484bacba18ed ipykernel-6.9.1.tar.gz: f95070a2dfd3147f8ab19f18ee46733310813758593745e07ec18fb08b409f1d
1 parent e27b5f1 commit 221dca6

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