Skip to content

Commit 4fb7b5d

Browse files
Publish 0.6.2
SHA256 hashes: nbclient-0.6.2-py3-none-any.whl: 0d575e1e2622ce433b0bb793fec7d8a77aacc2fd21831aec9be3bd48aaee126b nbclient-0.6.2.tar.gz: 8b47553f1ced077cd7c4537fd5d701d46f7681f24b28275e5cc1d347e7c9b46b
1 parent e86fc45 commit 4fb7b5d

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.1"
4+
__version__ = "0.6.2"
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.1"
73+
current = "0.6.2"
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)