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