Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sonichi committed Nov 12, 2023
1 parent c22a322 commit 4b32bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0b4"
__version__ = "0.2.0b5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__version__ = version["__version__"]

install_requires = [
"openai==1.1.1",
"openai~=1.2",
"diskcache",
"termcolor",
"flaml",
Expand Down

0 comments on commit 4b32bd2

Please sign in to comment.