Skip to content

Commit 3de4a3b

Browse files
Publish 0.4.5
SHA256 hashes: jupyter_kernel_test-0.4.5-py3-none-any.whl: 26e51080dd38fedfa3ef08db9b84e337bbb4dd2c9760cb289ab281aca661a69d jupyter_kernel_test-0.4.5.tar.gz: 02173243b862d77291a2486f877a0bbf109a21bb5d2cb889a5db5d1058b7368a
1 parent 392cb8b commit 3de4a3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_kernel_test/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
TIMEOUT = 15
1515

16-
__version__ = "0.4.4"
16+
__version__ = "0.4.5"
1717

1818

1919
class KernelTests(TestCase):

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ path = "jupyter_kernel_test/__init__.py"
4242
skip = ["check-links"]
4343

4444
[tool.tbump.version]
45-
current = "0.4.4"
45+
current = "0.4.5"
4646
regex = '''
4747
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4848
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)