Release v0.7.1
diff --git a/Cargo.toml b/Cargo.toml
index 85d3fd5..e0e1a21 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@
 # - Update CHANGELOG.md.
 # - Update doc URL.
 # - Create git tag
-version       = "0.7.0"
+version       = "0.7.1"
 license       = "MIT"
 authors       = ["Carl Lerche <me@carllerche.com>"]
 description   = "Lightweight non-blocking IO"
diff --git a/src/lib.rs b/src/lib.rs
index 1853582..daa5c4f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/mio/0.7.0")]
+#![doc(html_root_url = "https://docs.rs/mio/0.7.1")]
 #![deny(
     missing_docs,
     missing_debug_implementations,