Skip to content

Commit 33b6e5f

Browse files
Publish 0.6.5
SHA256 hashes: nbclient-0.6.5-py3-none-any.whl: c0a942c8e68e2883cfa0ae73d85e88e50a5f58a8d68c4ed5343e76c184a61ff7 nbclient-0.6.5.tar.gz: 9565739f326a9148553b04efa387ccce84c4acd0e57d94daeea4b8efb50ea966
1 parent 7d972de commit 33b6e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: nbclient/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import re
22
from typing import List, Union
33

4-
__version__ = "0.6.4"
4+
__version__ = "0.6.5"
55

66
# Build up version_info tuple for backwards compatibility
77
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ skip = ["check-links"]
7070
ignore = [".mailmap", "*.yml", "*.yaml"]
7171

7272
[tool.tbump.version]
73-
current = "0.6.4"
73+
current = "0.6.5"
7474
regex = '''
7575
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
7676
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)