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 e86fc45 commit 4fb7b5dCopy full SHA for 4fb7b5d
nbclient/_version.py
@@ -1,7 +1,7 @@
1
import re
2
from typing import List, Union
3
4
-__version__ = "0.6.1"
+__version__ = "0.6.2"
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.1"
+current = "0.6.2"
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