From dd7c7bf80b4234f8484aa25ae7c62132c32970e7 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Fri, 9 Jun 2023 11:52:07 -0400 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da75478..f391f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.60] + #### Addeed - (build-system) Migrate from scikit-build to scikit-build-core diff --git a/pyproject.toml b/pyproject.toml index f10b0cc..f59e1a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" [project] name = "llama_cpp_python" -version = "0.1.59" +version = "0.1.60" description = "Python bindings for the llama.cpp library" readme = "README.md" license = { text = "MIT" } @@ -45,7 +45,7 @@ test = ["pytest", "httpx"] [tool.poetry] name = "llama_cpp_python" -version = "0.1.59" +version = "0.1.60" description = "Python bindings for the llama.cpp library" authors = ["Andrei Betlen "]