Bump edge packages (Python + Rust) to 0.7.0 (#9187)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
qdrant-cloud-bot
2026-05-27 11:19:22 +02:00
committed by GitHub
parent d559671c68
commit 4829bbd255
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -5848,7 +5848,7 @@ dependencies = [
[[package]]
name = "qdrant-edge-py"
version = "0.6.1"
version = "0.7.0"
dependencies = [
"ahash",
"bm25",

View File

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

View File

@@ -76,7 +76,7 @@ fix: ""
# Inline package versions.
# Why: these are significant for migration logic.
# Before: `env!("CARGO_PKG_VERSION")`
# After: `"0.6.1"`
# After: `"0.7.0"`
---
id: replace-pkg-version
language: rust

View File

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