diff --git a/Cargo.toml b/Cargo.toml
index 2ec9626672f2a5607fbdbbc427dc61fc95ed1540..d542f56f8afd833bcf9ce59085eaefd50035633f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 
 [package]
 name = "mavlink"
-version = "0.10.0"
+version = "0.10.1"
 authors = ["Todd Stellanova", "Michal Podhradsky", "Kevin Mehall", "Tim Ryan", "Patrick José Pereira", "Ibiyemi Abiodun"]
 build = "build/main.rs"
 description = "Implements the MAVLink data interchange format for UAVs."
diff --git a/README.md b/README.md
index 17dba04a7aee2a64c202c5d80db4c47f756d4486..0e179fb6d6495f84765dadf6fd70baf4e440d511 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ with bindings for all message sets.
 Add to your Cargo.toml:
 
 ```
-mavlink = "0.10"
+mavlink = "0.10.1"
 ```
 
 ## Examples