diff --git a/Cargo.lock b/Cargo.lock index 7381afe50..b81e4a0eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1183,7 +1183,7 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "robyn" -version = "0.51.0" +version = "0.51.1" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 2d22e233e..48afd6043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "robyn" -version = "0.51.0" +version = "0.51.1" authors = ["Sanskar Jethi "] edition = "2021" description = "A web server that is fast!" diff --git a/pyproject.toml b/pyproject.toml index 63c6f9223..97d0b3ffd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "robyn" -version = "0.51.0" +version = "0.51.1" description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime." authors = [{ name = "Sanskar Jethi", email = "sansyrox@gmail.com" }] repository = "https://github.com/sparckles/robyn"