Skip to content

Commit

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

nbclient-0.5.12-py3-none-any.whl: ff2d908024aaabb8864e5392c3517c76e17994b1f9330dda9b5284da9275c499

nbclient-0.5.12.tar.gz: 0dd7ee6db59753563035f606421c3b558bd8c28b116d7e3ab8a0b4026cb44e38
  • Loading branch information
github-actions[bot] committed Mar 6, 2022
1 parent c6895d4 commit 9957d81
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.11"
__version__ = "0.5.12"

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

[tool.tbump.version]
current = "0.5.11"
current = "0.5.12"
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 9957d81

Please sign in to comment.