Skip to content

Commit

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

ipykernel-6.5.1-py3-none-any.whl: ff0cb4a67326d2f903b7d7a2e63719d082434b46f00536410bd4e3ad2b98f3b7

ipykernel-6.5.1.tar.gz: dd27172bccbbcfef952991e49372e4c6fd1c14eed0df05ebd5b4335cb27a81a2
  • Loading branch information
github-actions[bot] committed Nov 18, 2021
1 parent 7c2a555 commit 3997621
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 @@ -4,7 +4,7 @@
import re

# Version string must appear intact for tbump versioning
__version__ = '6.5.0'
__version__ = '6.5.1'

# 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.5.0"
current = "6.5.1"
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 3997621

Please sign in to comment.