Release 0.9.0
diff --git a/Cargo.toml b/Cargo.toml
index 5ea0861..73722d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "syn"
-version = "0.8.7" # don't forget to update version in readme
+version = "0.9.0" # don't forget to update version in readme
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 license = "MIT/Apache-2.0"
 description = "Nom parser for Rust items"
diff --git a/README.md b/README.md
index 8459cac..c208aa8 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@
 
 ```toml
 [dependencies]
-syn = "0.8"
-quote = "0.2"
+syn = "0.9"
+quote = "0.3"
 
 [lib]
 rustc-macro = true