Skip to content

Commit 4378860

Browse files
Publish 0.4.2
SHA256 hashes: jupyter_kernel_test-0.4.2-py3-none-any.whl: ea915ee4ac3b9635c0fd748a73b51854102671529074096af3ba712355a49044 jupyter_kernel_test-0.4.2.tar.gz: 3009ae70e40e4707d4acafbcde84b395e560acd89999f6396d670881fb9f1fc4
1 parent f650ac4 commit 4378860

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.4.1'
16+
__version__ = '0.4.2'
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.4.1"
9+
current = "0.4.2"
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)