From 72ab602381eaac2e8b1655c911bf7410047af86c Mon Sep 17 00:00:00 2001 From: Ravindra Marella Date: Sun, 21 May 2023 07:29:09 +0530 Subject: [PATCH] 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98a1ea1..4b755b0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name=name, - version='0.1.2', + version='0.2.0', description= 'Python bindings for the Transformer models implemented in C/C++ using GGML library.', long_description=long_description,