From 5be9eccc43f96e8d75bf16fc4d03281266616104 Mon Sep 17 00:00:00 2001 From: Ravindra Marella Date: Sun, 6 Aug 2023 00:06:05 +0530 Subject: [PATCH] 0.2.20 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9d7309..ba64286 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name=name, - version="0.2.19", + version="0.2.20", description="Python bindings for the Transformer models implemented in C/C++ using GGML library.", long_description=long_description, long_description_content_type="text/markdown",