version bump

This commit is contained in:
Will McGugan
2022-12-30 12:44:19 +00:00
parent 0de0b19a33
commit 43fc53b68e
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual"
version = "0.8.2"
version = "0.9.0"
homepage = "https://github.com/Textualize/textual"
description = "Modern Text User Interface framework"
authors = ["Will McGugan <will@textualize.io>"]
@@ -30,7 +30,7 @@ textual = "textual.cli.cli:run"
[tool.poetry.dependencies]
python = "^3.7"
rich = "^12.6.0"
rich = ">12.6.0"
#rich = {path="../rich", develop=true}
importlib-metadata = "^4.11.3"
typing-extensions = { version = "^4.0.0", python = "<3.10" }