Update __init__.py

This commit is contained in:
ThatLukinhasGuy 2023-11-04 18:32:32 -03:00 committed by GitHub
parent afbd8822fa
commit f1280da4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ from .Provider import BaseProvider, RetryProvider
from .typing import Messages, CreateResult, Union, List
from . import debug
version = '0.1.8.1'
version = '0.1.7.9'
version_check = True
def check_pypi_version() -> None: