bump version to 0.1.13 (#333)

This commit is contained in:
Chi Wang 2023-10-20 21:58:27 -07:00 committed by GitHub
parent d22b6b2006
commit 176987f6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.1.12"
__version__ = "0.1.13"

View File

@ -14,7 +14,7 @@ with open(os.path.join(here, "autogen/version.py")) as fp:
__version__ = version["__version__"]
install_requires = [
"openai",
"openai<1",
"diskcache",
"termcolor",
"flaml",