From b28e71d5e7685c1dce12b4f800788925f139f28c Mon Sep 17 00:00:00 2001 From: Dave Warnock Date: Tue, 19 Nov 2024 01:15:35 +0000 Subject: [PATCH] fix: update pyproject.toml (#1037) Bug [tool.poetry] wasn't updated to the latest release changed `version = "0.63.0"` to `version = "0.64.1"` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e62c80f1..fbb4fa27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ Changelog = "https://github.com/sparckles/robyn/blob/main/CHANGELOG.md" [tool.poetry] name = "robyn" -version = "0.63.0" +version = "0.64.1" description = "A Super Fast Async Python Web Framework with a Rust runtime." authors = ["Sanskar Jethi "]