python: fix py3.8 compat (#2871)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-08-14 13:30:14 -04:00
committed by GitHub
parent 3386ac6331
commit a232befa58
4 changed files with 26 additions and 17 deletions

View File

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