Bump version to 0.10.0

This commit is contained in:
messense 2017-12-02 23:52:48 +08:00
parent 5ad2785e07
commit d6127d25bb
No known key found for this signature in database
GPG key ID: BB41A8A2C716CCA9
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ license = "MIT"
name = "robotparser"
readme = "README.md"
repository = "https://github.com/messense/robotparser-rs"
version = "0.9.0"
version = "0.10.0"
[dependencies]
url = "1.2"

View file

@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``:
```toml
[dependencies]
robotparser = "0.9"
robotparser = "0.10"
```
Add ``extern crate robotparser`` to your crate root and your're good to go!

View file

@ -9,7 +9,7 @@
//!
//! ```toml
//! [dependencies]
//! robotparser = "0.9"
//! robotparser = "0.10"
//! ```
//!
//! Add ``extern crate robotparser`` to your crate root and your're good to go!