We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f29bbf commit f688790Copy full SHA for f688790
nbclient/_version.py
@@ -1,7 +1,7 @@
1
import re
2
from typing import List, Union
3
4
-__version__ = "0.5.9"
+__version__ = "0.5.10"
5
6
# Build up version_info tuple for backwards compatibility
7
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
pyproject.toml
@@ -53,7 +53,7 @@ skip = ["check-links"]
53
ignore = [".mailmap", "*.yml", "*.yaml"]
54
55
[tool.tbump.version]
56
-current = "0.5.9"
+current = "0.5.10"
57
regex = '''
58
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
59
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments