Bump version

This commit is contained in:
Andrei Betlen 2023-03-24 15:00:10 -04:00
parent 7786edb0f9
commit bcde1f19b7
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "llama_cpp"
version = "0.1.1"
version = "0.1.3"
description = "Python bindings for the llama.cpp library"
authors = ["Andrei Betlen <abetlen@gmail.com>"]
license = "MIT"

View file

@ -3,7 +3,7 @@ from skbuild import setup
setup(
name="llama_cpp_python",
description="A Python wrapper for llama.cpp",
version="0.1.2",
version="0.1.3",
author="Andrei Betlen",
author_email="abetlen@gmail.com",
license="MIT",