Bump version
This commit is contained in:
parent
8ae3beda9c
commit
4250380c0a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "llama_cpp"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
description = "Python bindings for the llama.cpp library"
|
||||
authors = ["Andrei Betlen <abetlen@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from skbuild import setup
|
|||
setup(
|
||||
name="llama_cpp_python",
|
||||
description="A Python wrapper for llama.cpp",
|
||||
version="0.1.5",
|
||||
version="0.1.6",
|
||||
author="Andrei Betlen",
|
||||
author_email="abetlen@gmail.com",
|
||||
license="MIT",
|
||||
|
|
Loading…
Reference in a new issue