version bump

This commit is contained in:
Will McGugan
2024-11-30 17:26:48 +00:00
parent 43b346ec6e
commit a08fb41403
2 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual"
version = "0.88.0"
version = "0.88.1"
homepage = "https://github.com/Textualize/textual"
repository = "https://github.com/Textualize/textual"
documentation = "https://textual.textualize.io/"
@@ -9,8 +9,8 @@ description = "Modern Text User Interface framework"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: Microsoft :: Windows :: Windows 10",