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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.60]
11
+
10
12
#### Addeed
11
13
12
14
- (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"
8
8
9
9
[project ]
10
10
name = " llama_cpp_python"
11
- version = " 0.1.59 "
11
+ version = " 0.1.60 "
12
12
description = " Python bindings for the llama.cpp library"
13
13
readme = " README.md"
14
14
license = { text = " MIT" }
@@ -45,7 +45,7 @@ test = ["pytest", "httpx"]
45
45
46
46
[tool .poetry ]
47
47
name = " llama_cpp_python"
48
<
5039
/code>
- version = " 0.1.59 "
48
+ version = " 0.1.60 "
49
49
description = " Python bindings for the llama.cpp library"
50
50
authors = [" Andrei Betlen <abetlen@gmail.com>" ]
51
51
You can’t perform that action at this time.
0 commit comments