diff --git a/Cargo.lock b/Cargo.lock index 5ae180c..bd5f522 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "etebase-python" -version = "0.31.1" +version = "0.31.2" dependencies = [ "cpython", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 520b425..7dbb9af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "etebase-python" description = "Python bindings to etebase-rs" homepage = "https://www.etebase.com" repository = "https://github.com/etesync/etesync-rs/tree/etebase/python/" -version = "0.31.1" +version = "0.31.2" authors = ["Tom Hacohen "] edition = "2018" license = "BSD-3-Clause" diff --git a/setup.py b/setup.py index 0f160bc..6b6382c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="etebase", - version="0.31.1", + version="0.31.2", rust_extensions=[RustExtension("etebase.etebase_python", binding=Binding.RustCPython)], packages=["etebase"], author='Tom Hacohen',