From b743c588e888820f7d81e7e0da52043596584ffa Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Tue, 26 Mar 2024 15:26:08 -0400 Subject: [PATCH] python: bump version to 2.3.2 to include *all* of the bugfixes (#2171) Signed-off-by: Jared Van Bortel --- 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 a8ea7f5a..9c6b389b 100644 --- a/gpt4all-bindings/python/setup.py +++ b/gpt4all-bindings/python/setup.py @@ -68,7 +68,7 @@ def get_long_description(): setup( name=package_name, - version="2.3.1", + version="2.3.2", description="Python bindings for GPT4All", long_description=get_long_description(), long_description_content_type="text/markdown",