diff --git a/python/setup.py b/python/setup.py index 9a7adf3a3..a3b5a46d2 100644 --- a/python/setup.py +++ b/python/setup.py @@ -35,7 +35,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 7 -VERSION_PATCH = 1 +VERSION_PATCH = 2 VERSION_DEV = 0 IS_RELEASED = False diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 9fb248c9f..0e2d50ff2 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keyvi" -version = "0.7.1" +version = "0.7.2" build = "build.rs" authors = ["Hendrik Muhs", "Narek Gharibyan ", "Subu "] license = "Apache-2.0"