Skip to content

Commit f688790

Browse files
Publish 0.5.10
SHA256 hashes: nbclient-0.5.10-py3-none-any.whl: 5b582e21c8b464e6676a9d60acc6871d7fbc3b080f74bef265a9f90411b31f6f nbclient-0.5.10.tar.gz: b5fdea88d6fa52ca38de6c2361401cfe7aaa7cd24c74effc5e489cec04d79088
1 parent 9f29bbf commit f688790

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.5.9"
4+
__version__ = "0.5.10"
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
@@ -53,7 +53,7 @@ skip = ["check-links"]
5353
ignore = [".mailmap", "*.yml", "*.yaml"]
5454

5555
[tool.tbump.version]
56-
current = "0.5.9"
56+
current = "0.5.10"
5757
regex = '''
5858
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
5959
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)