From 9d46f5ac99d8ca6ca086a6aa887e0fcead0dab9e Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 12 Mar 2018 09:29:22 +0800 Subject: [PATCH] Bump version to 0.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 64908cd..a12e99e 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.10.0" +version = "0.10.1" [dependencies] url = "1"