Release 1.0.101
diff --git a/Cargo.toml b/Cargo.toml
index 5b78756..ddf007a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "anyhow"
-version = "1.0.100"
+version = "1.0.101"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 categories = ["rust-patterns", "no-std"]
 description = "Flexible concrete Error type built on std::error::Error"
diff --git a/src/lib.rs b/src/lib.rs
index 65cca3c..9e0e499 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -206,7 +206,7 @@
 //! function that returns Anyhow's error type, as the trait that `?`-based error
 //! conversions are defined by is only available in std in those old versions.
 
-#![doc(html_root_url = "https://docs.rs/anyhow/1.0.100")]
+#![doc(html_root_url = "https://docs.rs/anyhow/1.0.101")]
 #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))]
 #![no_std]
 #![deny(dead_code, unsafe_op_in_unsafe_fn, unused_imports, unused_mut)]