From 3c74a30cbe449945b2e9970f8ad2394b239edbc6 Mon Sep 17 00:00:00 2001 From: "Pavel V. Pristupa" Date: Tue, 2 Apr 2024 15:49:58 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4da63a6..b3e3020f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "winter" -version = "20.0.0" +version = "20.0.1" homepage = "https://github.com/WinterFramework/winter" description = "Web Framework with focus on python typing, dataclasses and modular design" authors = ["Alexander Egorov "]