From 8fdbd92042a60c83b1eedb19d9f10d499ebc9432 Mon Sep 17 00:00:00 2001 From: messense Date: Wed, 9 Aug 2017 13:17:06 +0800 Subject: [PATCH] Bump version to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a241add..b5efe29 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.8.2" +version = "0.9.0" [dependencies] url = "1.2"