Skip to content

Commit 12c7f04

Browse files
Publish 0.6.4
SHA256 hashes: nbclient-0.6.4-py3-none-any.whl: f251bba200a2b401a061dfd700a7a70b5772f664fb49d4a2d3e5536ec0e98c76 nbclient-0.6.4.tar.gz: cdef7757cead1735d2c70cc66095b072dced8a1e6d1c7639ef90cd3e04a11f2e
1 parent 94a15f3 commit 12c7f04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nbclient/_version.py

Lines changed: 1 addition & 1 deletion
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.3"
4+
__version__ = "0.6.4"
55

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3"
73+
current = "0.6.4"
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)