Skip to content

Commit

Permalink
Release v0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jul 9, 2024
1 parent 440c84e commit 67ca565
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.14"
version = "0.2.15"
description = "Jupyter in the terminal"
readme = "README.md"
license = { text = "MIT" }
Expand All @@ -25,7 +25,7 @@ keywords = [
]
dependencies = [
"rich-click >=1.6.0",
"txl ==0.2.14",
"txl ==0.2.15",
"txl_cell ==0.2.13",
"txl_console ==0.2.13",
"txl_editors ==0.2.13",
Expand Down
2 changes: 1 addition & 1 deletion txl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"asphalt >=4.12.0,<5",
"textual[syntax] >=0.71.0,<0.72.0",
"textual[syntax] >=0.72.0,<0.73.0",
]
dynamic = ["version"]

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.14"
__version__ = "0.2.15"

0 comments on commit 67ca565

Please sign in to comment.