Bump version
This commit is contained in:
parent
0da655b3be
commit
dd7c7bf80b
2 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.60]
|
||||||
|
|
||||||
#### Addeed
|
#### Addeed
|
||||||
|
|
||||||
- (build-system) Migrate from scikit-build to scikit-build-core
|
- (build-system) Migrate from scikit-build to scikit-build-core
|
||||||
|
|
|
@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "llama_cpp_python"
|
name = "llama_cpp_python"
|
||||||
version = "0.1.59"
|
version = "0.1.60"
|
||||||
description = "Python bindings for the llama.cpp library"
|
description = "Python bindings for the llama.cpp library"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
|
@ -45,7 +45,7 @@ test = ["pytest", "httpx"]
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "llama_cpp_python"
|
name = "llama_cpp_python"
|
||||||
version = "0.1.59"
|
version = "0.1.60"
|
||||||
description = "Python bindings for the llama.cpp library"
|
description = "Python bindings for the llama.cpp library"
|
||||||
authors = ["Andrei Betlen <abetlen@gmail.com>"]
|
authors = ["Andrei Betlen <abetlen@gmail.com>"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue