Skip to content

Commit f30beb8

Browse files
committed
Release v0.2.18
1 parent e93863b commit f30beb8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.2.17"
7+
version = "0.2.18"
88
description = "Jupyter in the terminal"
99
readme = "README.md"
1010
license = { text = "MIT" }
@@ -25,7 +25,7 @@ keywords = [
2525
]
2626
dependencies = [
2727
"rich-click >=1.6.0",
28-
"txl ==0.2.17",
28+
"txl ==0.2.18",
2929
"txl_cell ==0.2.13",
3030
"txl_console ==0.2.15",
3131
"txl_editors ==0.2.13",

txl/txl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.17"
1+
__version__ = "0.2.18"

0 commit comments

Comments
 (0)