From 5141e502e83dbb4e25d4fbb7a9a56e35b230e5b6 Mon Sep 17 00:00:00 2001 From: Nicholas Yager Date: Mon, 11 Sep 2023 10:04:05 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.1=20=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 377f6ab..4b45c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "llama-cpp-guidance" -version = "0.1.1" +version = "0.1.2" description = "A guidance compatibility layer for llama-cpp-python" authors = ["Nicholas Yager "] readme = "README.md" packages = [{ include = "llama_cpp_guidance" }] [tool.commitizen] -version = "0.1.1" +version = "0.1.2" version_files = ["pyproject.toml:^version"] [tool.poetry.dependencies]