python: bump version to 2.3.2 to include *all* of the bugfixes (#2171)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-03-26 15:26:08 -04:00
committed by GitHub
parent 67843edc7c
commit b743c588e8

View File

@@ -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",