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 dc70fd6 commit d763926Copy full SHA for d763926
setup.py
@@ -131,7 +131,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
131
# logic and declaration, and simpler if you include description/version in a file.
132
setup(
133
name="pyllamacpp",
134
- version="2.1.2",
+ version="2.1.3",
135
author="Abdeladim Sadiki",
136
description="Python bindings for llama.cpp",
137
long_description=long_description,
0 commit comments