v1.0.1
diff --git a/Cargo.toml b/Cargo.toml
index 95b5df3..c93f069 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "proc-macro-error"
-version = "1.0.0"
+version = "1.0.1"
 authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
 description = "Almost drop-in replacement to panics in proc-macros"
 
@@ -23,7 +23,7 @@
 quote = "1"
 proc-macro2 = "1"
 syn = { version = "1", default-features = false, features = ["derive", "parsing", "proc-macro", "printing"] }
-proc-macro-error-attr = { path = "./proc-macro-error-attr", version = "=1.0.0"}
+proc-macro-error-attr = { path = "./proc-macro-error-attr", version = "=1.0.1"}
 
 [dev-dependencies]
 test-crate = { path = "./test-crate" }
diff --git a/proc-macro-error-attr/Cargo.toml b/proc-macro-error-attr/Cargo.toml
index ea67049..73c82b6 100644
--- a/proc-macro-error-attr/Cargo.toml
+++ b/proc-macro-error-attr/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "proc-macro-error-attr"
-version = "1.0.0"
+version = "1.0.1"
 authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
 edition = "2018"
 description = "Attribute macro for proc-macro-error crate"
diff --git a/test-crate/proc-macro-hack-test/Cargo.toml b/test-crate/proc-macro-hack-test/Cargo.toml
index 96a1dcb..f6a679b 100644
--- a/test-crate/proc-macro-hack-test/Cargo.toml
+++ b/test-crate/proc-macro-hack-test/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "proc-macro-hack-test"
-version = "0.0.5"
+version = "0.0.0"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 license = "MIT OR Apache-2.0"
 description = "Demo of proc-macro-hack"
diff --git a/test-crate/proc-macro-hack-test/demo-hack-impl/Cargo.toml b/test-crate/proc-macro-hack-test/demo-hack-impl/Cargo.toml
index 948589c..9b765a4 100644
--- a/test-crate/proc-macro-hack-test/demo-hack-impl/Cargo.toml
+++ b/test-crate/proc-macro-hack-test/demo-hack-impl/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "demo-hack-impl"
-version = "0.0.5"
+version = "0.0.0"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 license = "MIT OR Apache-2.0"
 description = "Demo of proc-macro-hack"