diff --git a/Cargo.lock b/Cargo.lock index 97f3d437a3..50d020b15d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5848,7 +5848,7 @@ dependencies = [ [[package]] name = "qdrant-edge-py" -version = "0.6.1" +version = "0.7.0" dependencies = [ "ahash", "bm25", diff --git a/lib/edge/publish/amalgamate.py b/lib/edge/publish/amalgamate.py index 7ee9c21744..65dd0439e9 100755 --- a/lib/edge/publish/amalgamate.py +++ b/lib/edge/publish/amalgamate.py @@ -25,7 +25,7 @@ from pathlib import Path import tomlkit -VERSION = "0.6.1" +VERSION = "0.7.0" # Assume this script is in /lib/edge/publish/. REPO_ROOT = Path(__file__).parent.parent.parent.parent diff --git a/lib/edge/publish/ast-grep-rules.yaml b/lib/edge/publish/ast-grep-rules.yaml index f5e1da00e4..c186caa52d 100644 --- a/lib/edge/publish/ast-grep-rules.yaml +++ b/lib/edge/publish/ast-grep-rules.yaml @@ -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 diff --git a/lib/edge/python/Cargo.toml b/lib/edge/python/Cargo.toml index 0da369c19c..9804dc0e74 100644 --- a/lib/edge/python/Cargo.toml +++ b/lib/edge/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant-edge-py" -version = "0.6.1" +version = "0.7.0" authors = ["Qdrant Team "] license = "Apache-2.0" edition = "2024"