From e6b644b9cc341a7c1a105d3fd3e7ca37a9e8d488 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Thu, 30 Oct 2025 08:17:28 +0100 Subject: [PATCH] bump version to 0.7.5 --- python/setup.py | 2 +- rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"