Skip to content

Commit

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

jupyter_client-7.0.5-py3-none-any.whl: 124a6e6979c38999d9153b1c4d1808c4c820a45066d5ed1857a5b59c04ffccb3

jupyter_client-7.0.5.tar.gz: 382aca66dcaf96d7eaaa6c546d57cdf8b3b1cf5bc1f2704c58a1d8d244f1163d
  • Loading branch information
github-actions[bot] committed Sep 29, 2021
1 parent 8bd9ca6 commit 5e3ca02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import List
from typing import Union

__version__ = "7.0.4"
__version__ = "7.0.5"

# 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 @@ -14,7 +14,7 @@ skip = ["check-links"]
ignore = [".mailmap", "*.yml", "*.yaml"]

[tool.tbump.version]
current = "7.0.4"
current = "7.0.5"
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 5e3ca02

Please sign in to comment.