8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6595ad8 commit 7dc0838Copy full SHA for 7dc0838
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "llama_cpp_python"
3
-version = "0.1.32"
+version = "0.1.33"
4
description = "Python bindings for the llama.cpp library"
5
authors = ["Andrei Betlen <abetlen@gmail.com>"]
6
license = "MIT" 8545 span>
setup.py
@@ -10,7 +10,7 @@
10
description="A Python wrapper for llama.cpp",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
13
- version="0.1.32",
+ version="0.1.33",
14
author="Andrei Betlen",
15
author_email="abetlen@gmail.com",
16
license="MIT",
0 commit comments