Release 1.0.5
diff --git a/Cargo.toml b/Cargo.toml
index 2bdebfb..e92b03f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "thiserror"
-version = "1.0.4"
+version = "1.0.5"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 license = "MIT OR Apache-2.0"
@@ -11,7 +11,7 @@
 readme = "README.md"
 
 [dependencies]
-thiserror-impl = { version = "=1.0.4", path = "impl" }
+thiserror-impl = { version = "=1.0.5", path = "impl" }
 
 [dev-dependencies]
 anyhow = "1.0"
diff --git a/impl/Cargo.toml b/impl/Cargo.toml
index 330ad04..86e95c9 100644
--- a/impl/Cargo.toml
+++ b/impl/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "thiserror-impl"
-version = "1.0.4"
+version = "1.0.5"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 license = "MIT OR Apache-2.0"