Skip to content

Commit

Permalink
bump version to 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sonichi committed Oct 21, 2023
1 parent d22b6b2 commit d012a5a
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.1.12"
__version__ = "0.1.13"
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",
"openai<1",
"diskcache",
"termcolor",
"flaml",
Expand Down

0 comments on commit d012a5a

Please sign in to comment.