From a3ce6ded4d3941a624a521e309587ecf37d8d87d Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 16 Jan 2025 11:27:14 -0800 Subject: [PATCH] Bump version to 0.6.5 --- Cargo.lock | 4 ++-- parser/Cargo.toml | 2 +- pyproject.toml | 2 +- python_ext/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91b0ec3f..6063b48f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1136,7 +1136,7 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "llguidance" -version = "0.6.4" +version = "0.6.5" dependencies = [ "anyhow", "cbindgen", @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "llguidance_py" -version = "0.6.4" +version = "0.6.5" dependencies = [ "bytemuck", "llguidance", diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 3aaae794..6b39d249 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "llguidance" -version = "0.6.4" +version = "0.6.5" edition = "2021" [dependencies] diff --git a/pyproject.toml b/pyproject.toml index b5cbfdbe..d1ebebe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llguidance" -version = "0.6.4" +version = "0.6.5" description = "Bindings for the Low-level Guidance (llguidance) Rust library for use within Guidance" requires-python = ">=3.9" license = "MIT" diff --git a/python_ext/Cargo.toml b/python_ext/Cargo.toml index 6f80f1f6..64a7dc11 100644 --- a/python_ext/Cargo.toml +++ b/python_ext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "llguidance_py" -version = "0.6.4" +version = "0.6.5" edition = "2021" [dependencies]