Skip to content

Commit

Permalink
Release v0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jul 26, 2024
1 parent d1759c8 commit bf80b81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/console/txl_console/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.14"
__version__ = "0.2.15"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "jpterm"
version = "0.2.16"
version = "0.2.17"
description = "Jupyter in the terminal"
readme = "README.md"
license = { text = "MIT" }
Expand All @@ -25,9 +25,9 @@ keywords = [
]
dependencies = [
"rich-click >=1.6.0",
"txl ==0.2.16",
"txl ==0.2.17",
"txl_cell ==0.2.13",
"txl_console ==0.2.14",
"txl_console ==0.2.15",
"txl_editors ==0.2.13",
"txl_file_browser ==0.2.13",
"txl_image_viewer ==0.2.13",
Expand Down
2 changes: 1 addition & 1 deletion txl/txl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.16"
__version__ = "0.2.17"

0 comments on commit bf80b81

Please sign in to comment.