Skip to content

Commit

Permalink
update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
RexWzh committed Sep 7, 2023
1 parent ac0f7fc commit 6091ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openai_api_call/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Rex Wang"""
__email__ = '[email protected]'
__version__ = '1.1.0'
__version__ = '1.1.1'

import os, sys, requests
from .chattool import Chat, Resp
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6091ceb

Please sign in to comment.