Skip to content

Commit

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

ipykernel-6.3.1-py3-none-any.whl: 3d34530e031067f04e88b72715e92c27871368c15998692d665d57027ceb18d9

ipykernel-6.3.1.tar.gz: 6dd4b107ab755ed9286c820b2f69c2cd895046ef2a25c878929ac8b5540477a1
  • Loading branch information
github-actions[bot] committed Aug 31, 2021
1 parent 2313334 commit be9d40d
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.3.0'
__version__ = '6.3.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 @@ -15,7 +15,7 @@ ignore = []
skip = ["check-links"]

[tool.tbump.version]
current = "6.3.0"
current = "6.3.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 be9d40d

Please sign in to comment.