From 3c561bcdf264d339f81fc7c64d9229365f708e5b Mon Sep 17 00:00:00 2001 From: cebtenzzre Date: Mon, 30 Oct 2023 16:59:57 -0400 Subject: [PATCH] python: bump bindings version for AMD fixes --- 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 b967e59d..c3948764 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.1", + version="2.0.2", description="Python bindings for GPT4All", author="Nomic and the Open Source Community", author_email="support@nomic.ai",