8000 Publish 0.4.0 · jupyter/jupyter_kernel_test@0d56861 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d56861

Browse files
Publish 0.4.0
SHA256 hashes: jupyter_kernel_test-0.4.0-py3-none-any.whl: d0f093edeb944f97f20d0dfa706d785a4c732ff5eb099d9380dfdd23629fc1ac jupyter_kernel_test-0.4.0.tar.gz: 9c0e32eae528914cedaf40ffa0a8034e499a30d761be21200808236251f3026c
1 parent 2bb5834 commit 0d56861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_kernel_test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
TIMEOUT = 15
1515

16-
__version__ = '0.3.0'
16+
__version__ = '0.4.0'
1717

1818
class KernelTests(TestCase):
1919
kernel_name = ""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
skip = ["check-links"]
77

88
[tool.tbump.version]
9-
current = "0.3.0"
9+
current = "0.4.0"
1010
regex = '''
1111
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1212
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)
0