Bump to 0.0.4
diff --git a/Cargo.toml b/Cargo.toml
index 4494529..3864dc4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "stdsimd"
-version = "0.0.3"
+version = "0.0.4"
 authors = ["Andrew Gallant <jamslam@gmail.com>"]
 description = "SIMD support in Rust's standard library."
 documentation = "https://docs.rs/stdsimd"
@@ -22,7 +22,7 @@
 maintenance = { status = "experimental" }
 
 [dependencies]
-coresimd = { version = "0.0.3", path = "coresimd/" }
+coresimd = { version = "0.0.4", path = "coresimd/" }
 
 [dev-dependencies]
 auxv = "0.3.3"
diff --git a/coresimd/Cargo.toml b/coresimd/Cargo.toml
index 6446128..4b02440 100644
--- a/coresimd/Cargo.toml
+++ b/coresimd/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "coresimd"
-version = "0.0.3"
+version = "0.0.4"
 authors = ["Andrew Gallant <jamslam@gmail.com>"]
 description = "SIMD support in Rust's core library."
 documentation = "https://docs.rs/stdsimd"
@@ -28,4 +28,4 @@
 strict = []
 # Internal-usage only: enables only those intrinsics supported by Intel's
 # Software Development Environment (SDE).
-intel_sde = []
\ No newline at end of file
+intel_sde = []