Update __init__.py (#1)

This commit is contained in:
ThatLukinhasGuy 2023-11-04 17:47:17 -03:00 committed by GitHub
parent bb87fd6192
commit 045a3b1c4b
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.7.9'
version = '0.1.8.0'
version_check = True
def check_pypi_version() -> None: