File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.60]
11+
1012#### Addeed
1113
1214- (build-system) Migrate from scikit-build to scikit-build-core
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88
99[project ]
1010name = " llama_cpp_python"
11- version = " 0.1.59 "
11+ version = " 0.1.60 "
1212description = " Python bindings for the llama.cpp library"
1313readme = " README.md"
1414license = { text = " MIT" }
@@ -45,7 +45,7 @@ test = ["pytest", "httpx"]
4545
4646[tool .poetry ]
4747name = " llama_cpp_python"
48- version = " 0.1.59 "
48+ version = " 0.1.60 "
4949description = " Python bindings for the llama.cpp library"
5050authors = [" Andrei Betlen <abetlen@gmail.com>" ]
5151
You can’t perform that action at this time.
0 commit comments