Skip to content

Commit 6bdd51a

Browse files
Publish 0.6.3
SHA256 hashes: nbclient-0.6.3-py3-none-any.whl: 2747ac9b385720d8a6c34f2f71e72cbe64aec6cadaadcc064a4df0b0e99c5874 nbclient-0.6.3.tar.gz: b80726fc1fb89a0e8f8be1e77e28d0026b1e8ed90bc143c8a0c7622e4f8cdd9e
1 parent 2d86d37 commit 6bdd51a

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