diff --git a/Cargo.toml b/Cargo.toml index 85c384d..f454692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocksdb3" -version = "0.0.3" +version = "0.0.4" authors = ["Xie Yanbo "] description = "Python bindings for the Rust rocksdb crate" repository = "https://github.com/xyb/rocksdb3"