Skip to content

Commit c5183c0

Browse files
Publish 6.13.0
SHA256 hashes: ipykernel-6.13.0-py3-none-any.whl: 2b0987af43c0d4b62cecb13c592755f599f96f29aafe36c01731aaa96df30d39 ipykernel-6.13.0.tar.gz: 0e28273e290858393e86e152b104e5506a79c13d25b951ac6eca220051b4be60
1 parent 546ea2d commit c5183c0

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
@@ -5,7 +5,7 @@
55
from typing import List
66

77
# Version string must appear intact for tbump versioning
8-
__version__ = "6.12.1"
8+
__version__ = "6.13.0"
99

1010
# Build up version_info tuple for backwards compatibility
1111
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.12.1"
19+
current = "6.13.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)