Skip to content

Commit

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

jupyter_client-7.1.0-py3-none-any.whl: 64d93752d8cbfba0c1030c3335c3f0d9797cd1efac012652a14aac1653db11a3

jupyter_client-7.1.0.tar.gz: a5f995a73cffb314ed262713ae6dfce53c6b8216cea9f332071b8ff44a6e1654
  • Loading branch information
github-actions[bot] committed Nov 22, 2021
1 parent 8284403 commit 490298e
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.6"
__version__ = "7.1.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 @@ -14,7 +14,7 @@ skip = ["check-links"]
ignore = [".mailmap", "*.yml", "*.yaml"]

[tool.tbump.version]
current = "7.0.6"
current = "7.1.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 490298e

Please sign in to comment.