diff --git a/Cargo.lock b/Cargo.lock index 9f496cd03..cdfa54eb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1296,7 +1296,7 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "robyn" -version = "0.56.2" +version = "0.56.3" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 3b03b47a7..e554c7a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "robyn" -version = "0.56.2" +version = "0.56.3" authors = ["Sanskar Jethi "] edition = "2021" description = "A web server that is fast!" diff --git a/pyproject.toml b/pyproject.toml index 31556073c..a733c4975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "robyn" -version = "0.56.2" +version = "0.56.3" description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime." authors = [{ name = "Sanskar Jethi", email = "sansyrox@gmail.com" }] classifiers = [ @@ -48,7 +48,7 @@ Changelog = "https://github.com/sparckles/robyn/blob/main/CHANGELOG.md" [tool.poetry] name = "robyn" -version = "0.56.2" +version = "0.56.3" description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime." authors = ["Sanskar Jethi "]