Skip to content

Commit

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

nbclient-0.6.4-py3-none-any.whl: f251bba200a2b401a061dfd700a7a70b5772f664fb49d4a2d3e5536ec0e98c76

nbclient-0.6.4.tar.gz: cdef7757cead1735d2c70cc66095b072dced8a1e6d1c7639ef90cd3e04a11f2e
  • Loading branch information
github-actions[bot] committed May 31, 2022
1 parent 94a15f3 commit 12c7f04
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.6.3"
__version__ = "0.6.4"

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

[tool.tbump.version]
current = "0.6.3"
current = "0.6.4"
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 12c7f04

Please sign in to comment.