diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-11 19:56:53 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-11 19:56:53 +0200 |
commit | f74ca10fbdf2b565b654a3d54583194d32649bcf (patch) | |
tree | ca0187f2d1fd111c3b5ceb415877c3a5332a7b5f /g4f/__init__.py | |
parent | ~ | Merge pull request #1047 from krishvsoni/krishvsoni-patch-1 (diff) | |
download | gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar.gz gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar.bz2 gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar.lz gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar.xz gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar.zst gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/__init__.py b/g4f/__init__.py index 47235346..b7467fb5 100644 --- a/g4f/__init__.py +++ b/g4f/__init__.py @@ -5,7 +5,7 @@ from .Provider import BaseProvider from .typing import Messages, CreateResult, Union from .debug import logging -version = '0.1.5.9' +version = '0.1.6.1' version_check = True def check_pypi_version() -> None: |