From 4bbbea0871bdb31e0666f3d01ce8faa47d1c9799 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Fri, 13 Feb 2026 19:53:01 +0100 Subject: [PATCH] bump 0.7.6 --- 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 297ce1c22..9e5756f50 100644 --- a/python/setup.py +++ b/python/setup.py @@ -35,7 +35,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 7 -VERSION_PATCH = 5 +VERSION_PATCH = 6 VERSION_DEV = 0 IS_RELEASED = False diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 59b7338a1..a6f062c99 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keyvi" -version = "0.7.5" +version = "0.7.6" build = "build.rs" authors = ["Hendrik Muhs", "Narek Gharibyan ", "Subu "] license = "Apache-2.0"