8000 Bump version · Betanu701/llama-cpp-python@dd7c7bf · GitHub
[go: up one dir, main page]

Skip to content

Commit dd7c7bf

Browse files
committed
Bump version
1 parent 0da655b commit dd7c7bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88

99
[project]
1010
name = "llama_cpp_python"
11-
version = "0.1.59"
11+
version = "0.1.60"
1212
description = "Python bindings for the llama.cpp library"
1313
readme = "README.md"
1414
license = { text = "MIT" }
@@ -45,7 +45,7 @@ test = ["pytest", "httpx"]
4545

4646
[tool.poetry]
4747
name = "llama_cpp_python"
48< 5039 /code>-
version = "0.1.59"
48+
version = "0.1.60"
4949
description = "Python bindings for the llama.cpp library"
5050
authors = ["Andrei Betlen <abetlen@gmail.com>"]
5151

0 commit comments

Comments
 (0)
0