diff --git a/Cargo.lock b/Cargo.lock index 87a8d5e1..bd253e18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1296,7 +1296,7 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "robyn" -version = "0.56.0" +version = "0.56.1" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index e56bf8cc..80a43703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "robyn" -version = "0.56.0" +version = "0.56.1" authors = ["Sanskar Jethi "] edition = "2021" description = "A web server that is fast!" diff --git a/pyproject.toml b/pyproject.toml index 5f602472..fe6e37cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "robyn" -version = "0.56.0" +version = "0.56.1" 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.0" +version = "0.56.1" description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime." authors = ["Sanskar Jethi "]