Skip to content

Commit bf80b81

Browse files
committed
Release v0.2.17
1 parent d1759c8 commit bf80b81

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

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.2.16"
7+
version = "0.2.17"
88
description = "Jupyter in the terminal"
99
readme = "README.md"
1010
license = { text = "MIT" }
@@ -25,9 +25,9 @@ keywords = [
2525
]
2626
dependencies = [
2727
"rich-click >=1.6.0",
28-
"txl ==0.2.16",
28+
"txl ==0.2.17",
2929
"txl_cell ==0.2.13",
30-
"txl_console ==0.2.14",
30+
"txl_console ==0.2.15",
3131
"txl_editors ==0.2.13",
3232
"txl_file_browser ==0.2.13",
3333
"txl_image_viewer ==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.16"
1+
__version__ = "0.2.17"

0 commit comments

Comments
 (0)