From d0351ecd2a01c21167ef0c42c75e9f4101ea3d21 Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 21 Aug 2016 21:52:53 +0800 Subject: [PATCH] Bump version to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2e350d..59594aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "robotparser" readme = "README.md" repository = "https://github.com/messense/robotparser-rs" -version = "0.4.4" +version = "0.5.0" [dependencies] hyper = "0.9"