diff --git a/Cargo.toml b/Cargo.toml index 741c676..39d4671 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "RocksDict" -version = "0.3.16" +version = "0.3.17" edition = "2021" description = "Rocksdb Python Binding" diff --git a/pyproject.toml b/pyproject.toml index b63afe2..02352dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rocksdict" -version = "0.3.16" +version = "0.3.17" description = "Rocksdb Python Binding" long_description_content_type="text/markdown" readme = "README.md"