diff --git a/Cargo.toml b/Cargo.toml index a8faa0a9..cd268f07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "robyn" -version = "0.62.1" +version = "0.63.0" authors = ["Sanskar Jethi "] edition = "2021" -description = "A web server that is fast!" +description = "Robyn is a Super Fast Async Python Web Framework with a Rust runtime." license = "BSD License (BSD)" homepage = "https://github.com/sparckles/robyn" readme = "README.md" diff --git a/pyproject.toml b/pyproject.toml index bc3b0e39..552a37ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "robyn" -version = "0.62.1" +version = "0.63.0" description = "A Super Fast Async Python Web Framework with a Rust runtime." authors = [{ name = "Sanskar Jethi", email = "sansyrox@gmail.com" }] classifiers = [