From 98c67df8acdf71246ed6c83896bc3750c1b6583f Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Tue, 7 Jan 2025 16:00:31 +0100 Subject: [PATCH] Bump version to 0.6.1 --- 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 1aee21e..4943ad7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1136,7 +1136,7 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "llguidance" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "cbindgen", @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "llguidance_py" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bytemuck", "llguidance", diff --git a/parser/Cargo.toml b/parser/Cargo.toml index cc503fb..8ff8f62 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "llguidance" -version = "0.6.0" +version = "0.6.1" edition = "2021" [dependencies] diff --git a/pyproject.toml b/pyproject.toml index e98a8eb..26ac4e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llguidance" -version = "0.6.0" +version = "0.6.1" 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 924773a..bd9bee4 100644 --- a/python_ext/Cargo.toml +++ b/python_ext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "llguidance_py" -version = "0.6.0" +version = "0.6.1" edition = "2021" [dependencies]