From d50803ff8e5f48f6550605efc77facacd555e6c4 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Thu, 19 Oct 2023 19:11:03 -0400 Subject: [PATCH] GGUF Python Release (#1539) --- gpt4all-bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-bindings/python/setup.py b/gpt4all-bindings/python/setup.py index e339e1db..1632ec0e 100644 --- a/gpt4all-bindings/python/setup.py +++ b/gpt4all-bindings/python/setup.py @@ -61,7 +61,7 @@ copy_prebuilt_C_lib(SRC_CLIB_DIRECtORY, setup( name=package_name, - version="2.0.0rc2", + version="2.0.0", description="Python bindings for GPT4All", author="Nomic and the Open Source Community", author_email="support@nomic.ai",