Skip to content

Commit 6b764ca

Browse files
committed
Bump version
1 parent e3542b6 commit 6b764ca

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.61]
11+
12+
### Fixed
13+
14+
- Fix broken pip installation
15+
1016
## [0.1.60]
1117

1218
### NOTE

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llama_cpp_python"
3-
version = "0.1.60"
3+
version = "0.1.61"
44
description = "Python bindings for the llama.cpp library"
55
authors = ["Andrei Betlen <[email protected]>"]
66
license = "MIT"
@@ -12,12 +12,6 @@ include = [
1212
"LICENSE.md",
1313
]
1414

15-
[tool.poetry]
16-
name = "llama_cpp_python"
17-
version = "0.1.60"
18-
description = "Python bindings for the llama.cpp library"
19-
authors = ["Andrei Betlen <[email protected]>"]
20-
2115
[tool.poetry.dependencies]
2216
python = "^3.8.1"
2317
typing-extensions = "^4.6.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description="A Python wrapper for llama.cpp",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
13-
version="0.1.59",
13+
version="0.1.61",
1414
author="Andrei Betlen",
1515
author_email="[email protected]",
1616
license="MIT",

0 commit comments

Comments
 (0)