version bump

This commit is contained in:
Will McGugan
2022-01-09 15:38:44 +00:00
parent 4d94df81e4
commit 2f808973aa
3 changed files with 215 additions and 236 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual"
version = "0.1.13"
version = "0.1.14"
homepage = "https://github.com/willmcgugan/textual"
description = "Text User Interface using Rich"
authors = ["Will McGugan <willmcgugan@gmail.com>"]
@@ -20,7 +20,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
rich = "^10.7.0"
rich = "^11.0.0"
#rich = {git = "git@github.com:willmcgugan/rich", rev = "link-id"}
typing-extensions = { version = "^3.10.0", python = "<3.8" }