Skip to content

Commit 9c3efa9

Browse files
committed
Release v0.3.8
1 parent 3155f3b commit 9c3efa9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/kernel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "txl_kernel"
7-
version = "0.3.7"
7+
version = "0.3.8"
88
description = "TXL plugin for a kernel driver"
99
readme = "README.md"
1010
requires-python = ">=3.10"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jpterm"
7-
version = "0.3.7"
7+
version = "0.3.8"
88
description = "Jupyter in the terminal"
99
readme = "README.md"
1010
license = { text = "MIT" }
@@ -33,7 +33,7 @@ dependencies = [
3333
"txl_file_browser ==0.3.6",
3434
"txl_image_viewer ==0.3.6",
3535
"txl_jpterm ==0.3.6",
36-
"txl_kernel ==0.3.7",
36+
"txl_kernel ==0.3.8",
3737
"txl_local_contents ==0.3.6",
3838
"txl_local_terminals ==0.3.6",
3939
"txl_local_kernels ==0.3.6",

0 commit comments

Comments
 (0)