diff --git a/Cargo.toml b/Cargo.toml
index 79fe869416bac1277f7a9ec36bb3ce3a267ce039..fa3f2583936e168c1e5dca152d6d24fa98f8c0f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "tiled"
-version = "0.7.0"
+version = "0.7.1"
 description = "A rust crate for loading in maps created by the Tiled editor"
 repository = "https://github.com/mattyhall/rs-tiled.git"
 # documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/"
diff --git a/README.md b/README.md
index bc2f64f6a9aac6cd8e862a8cd39b46c8badbb589..46c91f05636056ed79a4c1982fdd575a804b591d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Code contributions are welcome as are bug reports, documentation, suggestions an
 [There is a package on crates.io](https://crates.io/crates/tiled), to use simply add:
 
 ```
-tiled = "0.7.0"
+tiled = "0.7.1"
 ```
 
 to the dependencies section of your Cargo.toml.