Skip to content

Commit

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

ipykernel-6.3.0-py3-none-any.whl: e87cff7dff9a04453e1f21921d937a5ce57b978698cfd0d6b1c1e00c865fa0f6

ipykernel-6.3.0.tar.gz: 5314690a638f893e2cc3bf3d25042920e9fbb873f7d8263033390264caeb95f4
  • Loading branch information
github-actions[bot] committed Aug 30, 2021
1 parent 3fe7ada commit 00ca9f0
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.2.0'
__version__ = '6.3.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 @@ -15,7 +15,7 @@ ignore = []
skip = ["check-links"]

[tool.tbump.version]
current = "6.2.0"
current = "6.3.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 00ca9f0

Please sign in to comment.