Skip to content

Commit 518c326

Browse files
Publish 0.4.3
SHA256 hashes: jupyter_kernel_test-0.4.3-py3-none-any.whl: 8c88b17bcfe63c2b670a27ef5585e6daf7b8090544af2d3741dfef971d022cec jupyter_kernel_test-0.4.3.tar.gz: 7af255ce61309e2c08709abaf6c7cea5de3125a8eb33aea166997f99487ff434
1 parent a8a1ce6 commit 518c326

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.2'
16+
__version__ = '0.4.3'
1717

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

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.2"
9+
current = "0.4.3"
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)