This commit is contained in:
Will McGugan
2024-06-19 13:29:50 +01:00
parent d6435129f2
commit e9b18735c5
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# textual-serve
Textual serve turns your [Textual](https://github.com/textualize/textual) app in to a web application.
Textual-serve turns your [Textual](https://github.com/textualize/textual) app in to a web application.
## Getting Started

View File

@@ -1,6 +1,6 @@
[project]
name = "textual-serve"
version = "0.1.0"
version = "1.0.0"
description = "Turn your Textual TUIs in to web applications"
authors = [
{ name = "Will McGugan", email = "will@textualize.io" }

View File