diff --git a/setup.py b/setup.py index d6d504d..b8b1b74 100644 --- a/setup.py +++ b/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.1", + version="0.1.2", author="Andrei Betlen", author_email="abetlen@gmail.com", license="MIT",