python: bump version

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-03-25 17:36:25 -04:00 committed by Aaron Miller
parent 446668674e
commit 8d09b2c264

View File

@ -68,7 +68,7 @@ def get_long_description():
setup(
name=package_name,
version="2.3.0",
version="2.3.1",
description="Python bindings for GPT4All",
long_description=get_long_description(),
long_description_content_type="text/markdown",