We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1759c8 commit bf80b81Copy full SHA for bf80b81
3 files changed
plugins/console/txl_console/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.2.14"
+__version__ = "0.2.15"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "jpterm"
7
-version = "0.2.16"
+version = "0.2.17"
8
description = "Jupyter in the terminal"
9
readme = "README.md"
10
license = { text = "MIT" }
@@ -25,9 +25,9 @@ keywords = [
25
]
26
dependencies = [
27
"rich-click >=1.6.0",
28
- "txl ==0.2.16",
+ "txl ==0.2.17",
29
"txl_cell ==0.2.13",
30
- "txl_console ==0.2.14",
+ "txl_console ==0.2.15",
31
"txl_editors ==0.2.13",
32
"txl_file_browser ==0.2.13",
33
"txl_image_viewer ==0.2.13",
txl/txl/__init__.py
-__version__ = "0.2.16"
+__version__ = "0.2.17"
0 commit comments