diff --git a/Cargo.toml b/Cargo.toml index efb588d9..3e82fe79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "robyn" -version = "0.8.0" +version = "0.8.1" authors = ["Sanskar Jethi "] edition = "2018" description = "A web server that is fast!" diff --git a/pyproject.toml b/pyproject.toml index e1d06d34..09ed29b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "robyn" -version = "0.8.0" +version = "0.8.1" description = "A web server that is fast!" authors = ["Sanskar Jethi "]