Skip to content

Commit

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

ipykernel-6.10.0-py3-none-any.whl: 86ebe63f58cb68f299e06a2add4957df0eaebc7b0864de5711accd9c532d7810

ipykernel-6.10.0.tar.gz: d1c7d92daea5d9b55a33e523d4d17c09ad38e0df17a4e0ed2fa5c97f07f200ba
  • Loading branch information
github-actions[bot] committed Mar 28, 2022
1 parent 4f338f9 commit ed5f5eb
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.9.2'
__version__ = '6.10.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.9.2"
current = "6.10.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 ed5f5eb

Please sign in to comment.