We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3155f3b commit 9c3efa9Copy full SHA for 9c3efa9
2 files changed
plugins/kernel/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "txl_kernel"
7
-version = "0.3.7"
+version = "0.3.8"
8
description = "TXL plugin for a kernel driver"
9
readme = "README.md"
10
requires-python = ">=3.10"
pyproject.toml
name = "jpterm"
description = "Jupyter in the terminal"
license = { text = "MIT" }
@@ -33,7 +33,7 @@ dependencies = [
33
"txl_file_browser ==0.3.6",
34
"txl_image_viewer ==0.3.6",
35
"txl_jpterm ==0.3.6",
36
- "txl_kernel ==0.3.7",
+ "txl_kernel ==0.3.8",
37
"txl_local_contents ==0.3.6",
38
"txl_local_terminals ==0.3.6",
39
"txl_local_kernels ==0.3.6",
0 commit comments