rand 0.5.0-pre.1 pre-release
diff --git a/Cargo.toml b/Cargo.toml
index 8dc9c3c..be5ec0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rand"
-version = "0.5.0-pre.0" # NB: When modifying, also modify html_root_url in lib.rs
+version = "0.5.0-pre.1" # NB: When modifying, also modify html_root_url in lib.rs
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"
diff --git a/README.md b/README.md
index 1f75787..5ca442f 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
 
 ```toml
 [dependencies]
-rand = "0.5.0-pre.0"
+rand = "0.5.0-pre.1"
 ```
 
 and this to your crate root: