diff --git a/Cargo.lock b/Cargo.lock
index fdaeb0fac088793922ff36675b7ecd5fd1fc82b9..18ae7ab386b26856fb27c5fced28509b007aeef8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -187,7 +187,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "seer"
-version = "0.0.1"
+version = "0.0.2"
 dependencies = [
  "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "cargo_metadata 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 07604e0926cce177d41cabea39f072220b9c0c29..597da9d8eb95b89d8d61a4c15a35907d536867db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ description = "symbolic execution engine for rust"
 license =  "MIT/Apache-2.0"
 repository = "https://github.com/dwrensha/seer"
 name = "seer"
-version = "0.0.1"
+version = "0.0.2"
 
 [[bin]]
 doc = false