Bump edge packages (Python + Rust) to 0.7.2 (#9252)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
qdrant-cloud-bot
2026-06-01 11:54:43 +02:00
committed by timvisee
parent d75d805533
commit 0476a28c02
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -5851,7 +5851,7 @@ dependencies = [
[[package]]
name = "qdrant-edge-py"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"ahash",
"bm25",

View File

@@ -25,7 +25,7 @@ from pathlib import Path
import tomlkit
VERSION = "0.7.1"
VERSION = "0.7.2"
# Assume this script is in <root>/lib/edge/publish/.
REPO_ROOT = Path(__file__).parent.parent.parent.parent

View File

@@ -1,6 +1,6 @@
[package]
name = "qdrant-edge-py"
version = "0.7.1"
version = "0.7.2"
authors = ["Qdrant Team <info@qdrant.tech>"]
license = "Apache-2.0"
edition = "2024"