8000
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 2bb5834 commit 0d56861Copy full SHA for 0d56861
jupyter_kernel_test/__init__.py
@@ -13,7 +13,7 @@
13
14
TIMEOUT = 15
15
16
-__version__ = '0.3.0'
+__version__ = '0.4.0'
17
18
class KernelTests(TestCase):
19
kernel_name = ""
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
skip = ["check-links"]
7
8
[tool.tbump.version]
9
-current = "0.3.0"
+current = "0.4.0"
10
regex = '''
11
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
12
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments