diff --git a/python/setup.py b/python/setup.py index 03a0bb890..297ce1c22 100644 --- a/python/setup.py +++ b/python/setup.py @@ -35,7 +35,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 7 -VERSION_PATCH = 4 +VERSION_PATCH = 5 VERSION_DEV = 0 IS_RELEASED = False diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 13b5d095a..1dadfc8ac 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keyvi" -version = "0.7.4" +version = "0.7.5" build = "build.rs" authors = ["Hendrik Muhs", "Narek Gharibyan ", "Subu "] license = "Apache-2.0"