Update __init__.py

This commit is contained in:
ThatLukinhasGuy 2023-11-04 18:17:27 -03:00 committed by GitHub
parent de697f389c
commit 1375a74089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.0'
version = '0.1.8.1'
version_check = True
def check_pypi_version() -> None: