From 73757a31aea45d2a1fcc591fe6d41fddbc130a5b Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 23 Mar 2023 16:00:02 -0400 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2788bb..8cf42d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llama_cpp" -version = "0.1.0" +version = "0.1.1" description = "Python bindings for the llama.cpp library" authors = ["Andrei Betlen "] license = "MIT"