Skip to content

Commit 8a3b1b0

Browse files
committed
Release v0.3.10
1 parent 8f3a7d7 commit 8a3b1b0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/jpterm/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_jpterm"
7-
version = "0.3.7"
7+
version = "0.3.8"
88
description = "TXL plugin for the jpterm app"
99
readme = "README.md"
1010
requires-python = ">=3.10"

plugins/local_terminals/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_local_terminals"
7-
version = "0.3.7"
7+
version = "0.3.8"
88
description = "TXL plugin for local terminals"
99
readme = "README.md"
1010
requires-python = ">=3.10"

pyproject.toml

Lines changed: 3 additions & 3 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.9"
7+
version = "0.3.10"
88
description = "Jupyter in the terminal"
99
readme = "README.md"
1010
license = { text = "MIT" }
@@ -32,10 +32,10 @@ dependencies = [
3232
"txl_editors ==0.3.7",
3333
"txl_file_browser ==0.3.7",
3434
"txl_image_viewer ==0.3.7",
35-
"txl_jpterm ==0.3.7",
35+
"txl_jpterm ==0.3.8",
3636
"txl_kernel ==0.3.9",
3737
"txl_local_contents ==0.3.7",
38-
"txl_local_terminals ==0.3.7",
38+
"txl_local_terminals ==0.3.8",
3939
"txl_local_kernels ==0.3.7",
4040
"txl_notebook_editor ==0.3.7",
4141
"txl_remote_contents ==0.3.7",

0 commit comments

Comments
 (0)