From 0b0b2b1e3f64813ae6a674e8c4fd76ccd986ae35 Mon Sep 17 00:00:00 2001 From: Sanskar Jethi Date: Wed, 15 Nov 2023 23:27:42 +0530 Subject: [PATCH] Release v0.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 157364e..98af0b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starfyre" -version = "0.18.0" +version = "0.19.0" description = "A Python Framework for writing Reactive web Front-Ends" authors = ["Sanskar Jethi "] license = "BSD 2.0"