From 6091ceb9e735dbc741751c4b561064409ddac294 Mon Sep 17 00:00:00 2001 From: rex <1073853456@qq.com> Date: Thu, 7 Sep 2023 17:04:23 +0800 Subject: [PATCH] update patch version --- openai_api_call/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openai_api_call/__init__.py b/openai_api_call/__init__.py index 73fd5ea..0867561 100644 --- a/openai_api_call/__init__.py +++ b/openai_api_call/__init__.py @@ -2,7 +2,7 @@ __author__ = """Rex Wang""" __email__ = '1073853456@qq.com' -__version__ = '1.1.0' +__version__ = '1.1.1' import os, sys, requests from .chattool import Chat, Resp diff --git a/setup.py b/setup.py index 1f0b54d..5ddef65 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md') as readme_file: readme = readme_file.read() -VERSION = '1.1.0' +VERSION = '1.1.1' requirements = [ 'Click>=7.0', 'requests>=2.20',