We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d972de commit 33b6e5fCopy full SHA for 33b6e5f
nbclient/_version.py
@@ -1,7 +1,7 @@
1
import re
2
from typing import List, Union
3
4
-__version__ = "0.6.4"
+__version__ = "0.6.5"
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
@@ -70,7 +70,7 @@ skip = ["check-links"]
70
ignore = [".mailmap", "*.yml", "*.yaml"]
71
72
[tool.tbump.version]
73
-current = "0.6.4"
+current = "0.6.5"
74
regex = '''
75
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
76
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments