From 29c009114c0c75cb525aa99b7bcb3492d5277773 Mon Sep 17 00:00:00 2001 From: messense Date: Wed, 5 Oct 2016 13:30:10 +0800 Subject: [PATCH] Bump version to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35116f0..c715d2d 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.6.0" +version = "0.7.0" [dependencies] url = "1.2"