We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392cb8b commit 3de4a3bCopy full SHA for 3de4a3b
jupyter_kernel_test/__init__.py
@@ -13,7 +13,7 @@
13
14
TIMEOUT = 15
15
16
-__version__ = "0.4.4"
+__version__ = "0.4.5"
17
18
19
class KernelTests(TestCase):
pyproject.toml
@@ -42,7 +42,7 @@ path = "jupyter_kernel_test/__init__.py"
42
skip = ["check-links"]
43
44
[tool.tbump.version]
45
-current = "0.4.4"
+current = "0.4.5"
46
regex = '''
47
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
48
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments