chore: update setup.py email and version

This commit is contained in:
leafspark 2025-03-04 20:34:10 -08:00 committed by GitHub
parent 14ceec61da
commit 59bc29b2ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@
setup( setup(
name="AutoGGUF", name="AutoGGUF",
version="v1.9.0", version="v2.0.1",
packages=[""], packages=[""],
url="https://github.com/leafspark/AutoGGUF", url="https://github.com/leafspark/AutoGGUF",
license="apache-2.0", license="apache-2.0",
author="leafspark", author="leafspark",
author_email="", author_email="leafspark@duck.com",
description="automatically quant GGUF models", description="automatically quant GGUF models",
install_requires=required, install_requires=required,
entry_points={"console_scripts": ["autogguf-gui = main:main"]}, entry_points={"console_scripts": ["autogguf-gui = main:main"]},