From dd5633ebea28ac3adcb4225221bc3f1556089be6 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 5 Oct 2022 10:56:50 +0100 Subject: [PATCH] new version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23afd9e66..744e9fac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.2.0b1" +version = "0.2.0b2" homepage = "https://github.com/Textualize/textual" description = "Modern Text User Interface framework" authors = ["Will McGugan "]