diff --git a/Cargo.toml b/Cargo.toml index e54699c..c2b4597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,6 @@ name = "rocksdb" description = "A Rust wrapper for Facebook's RocksDB embeddable database." -version = "0.0.4" +version = "0.0.5" authors = ["Tyler Neely "] license = "Apache-2.0"