Skip to content

Commit b76b486

Browse files
Publish 6.13.1
SHA256 hashes: ipykernel-6.13.1-py3-none-any.whl: fedc79bebd8a438162d056e0c7662d5ac8a47d1f6ef33a702e8460248dc4517f ipykernel-6.13.1.tar.gz: 6f42070a5d87ecbf4a2fc27a7faae8d690fd3794825a090ddf6b00b9678a5b69
1 parent 238e1de commit b76b486

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.13.0"
8+
__version__ = "6.13.1"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ipykernel"
7-
version = "6.13.0"
7+
version = "6.13.1"
88
authors = [{name = "IPython Development Team", email = "[email protected]"}]
99
license = {file = "COPYING.md"}
1010
readme = "README.md"
@@ -60,7 +60,7 @@ artifacts = ["ipykernel_launcher.py"]
6060
skip = ["check-links"]
6161

6262
[tool.tbump.version]
63-
current = "6.13.0"
63+
current = "6.13.1"
6464
regex = '''
6565
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6666
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)