Skip to content

Commit

Permalink
Publish 6.13.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

ipykernel-6.13.0-py3-none-any.whl: 2b0987af43c0d4b62cecb13c592755f599f96f29aafe36c01731aaa96df30d39

ipykernel-6.13.0.tar.gz: 0e28273e290858393e86e152b104e5506a79c13d25b951ac6eca220051b4be60
  • Loading branch information
github-actions[bot] committed Apr 11, 2022
1 parent 546ea2d commit c5183c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipykernel/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import List

# Version string must appear intact for tbump versioning
__version__ = "6.12.1"
__version__ = "6.13.0"

# Build up version_info tuple for backwards compatibility
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ignore = []
skip = ["check-links"]

[tool.tbump.version]
current = "6.12.1"
current = "6.13.0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit c5183c0

Please sign in to comment.