Skip to content

Commit a7e1419

Browse files
committed
~ | g4f v-0.1.8.7
1 parent fd87be8 commit a7e1419

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> By using this repository or any code related to it, you agree to the [legal notice](LEGAL_NOTICE.md). The author is not responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
88
99
> [!Note]
10-
> Latest pypi version: [`0.1.8.6`](https://pypi.org/project/g4f/0.1.8.6)
10+
> Latest pypi version: [`0.1.8.7`](https://pypi.org/project/g4f/0.1.8.7)
1111
```sh
1212
pip install -U g4f
1313
```

g4f/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .typing import Messages, CreateResult, Union, List
66
from . import debug
77

8-
version = '0.1.8.6'
8+
version = '0.1.8.7'
99
version_check = True
1010

1111
def check_pypi_version() -> None:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
with open('requirements.txt') as f:
1212
required = f.read().splitlines()
1313

14-
VERSION = '0.1.8.6'
14+
VERSION = '0.1.8.7'
1515
DESCRIPTION = (
1616
'The official gpt4free repository | various collection of powerful language models'
1717
)

0 commit comments

Comments
 (0)