Bump version

This commit is contained in:
Andrei Betlen 2023-06-09 11:52:07 -04:00
parent 0da655b3be
commit dd7c7bf80b
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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 <abetlen@gmail.com>"]