Skip to content

Commit

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

nbclient-0.5.13-py3-none-any.whl: 47ac905af59379913c1f8f541098d2550153cf8dc58553cbe18c702b181518b0

nbclient-0.5.13.tar.gz: 40c52c9b5e3c31faecaee69f202b3f53e38d7c1c563de0fadde9d7eda0fdafe8
  • Loading branch information
github-actions[bot] committed Mar 11, 2022
1 parent 934b5e8 commit 86dcb64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbclient/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re
from typing import List, Union

__version__ = "0.5.12"
__version__ = "0.5.13"

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

[tool.tbump.version]
current = "0.5.12"
current = "0.5.13"
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 86dcb64

Please sign in to comment.