Skip to content

Commit

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

ipykernel-6.4.2-py3-none-any.whl: 5657a0ab3d9a9eba3eb78b261771d22158388f182e85668c536c1a9932b80e03

ipykernel-6.4.2.tar.gz: 0140f78bfd60e47e387b6433b4bed0f228986420dc4d5fac0e251c9711e23e29
  • Loading branch information
github-actions[bot] committed Oct 20, 2021
1 parent 715eba7 commit fdda069
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.4.1'
__version__ = '6.4.2'

# 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.4.1"
current = "6.4.2"
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 fdda069

Please sign in to comment.