diff --git a/Cargo.toml b/Cargo.toml index f9d03c8..5448ca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [".", "./derive", "./example"] [package] name = "gotham_restful" -version = "0.2.0" +version = "0.2.1" authors = ["Dominic Meiser "] edition = "2018" description = "RESTful additions for the gotham web framework"