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

Skip to content

Commit 51a92b5

Browse files
committed
Bump version
1 parent 8908f46 commit 51a92b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llama_cpp"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "Python bindings for the llama.cpp library"
55
authors = ["Andrei Betlen <abetlen@gmail.com>"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="llama_cpp_python",
55
description="A Python wrapper for llama.cpp",
6-
version="0.1.9",
6+
version="0.1.10",
77
author="Andrei Betlen",
88
author_email="abetlen@gmail.com",
99
license="MIT",

0 commit comments

Comments
 (0)
0