mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-28 09:39:01 +00:00
bump version to 0.1.13 (#333)
This commit is contained in:
parent
d22b6b2006
commit
176987f6e9
@ -1 +1 @@
|
|||||||
__version__ = "0.1.12"
|
__version__ = "0.1.13"
|
||||||
|
2
setup.py
2
setup.py
@ -14,7 +14,7 @@ with open(os.path.join(here, "autogen/version.py")) as fp:
|
|||||||
__version__ = version["__version__"]
|
__version__ = version["__version__"]
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"openai",
|
"openai<1",
|
||||||
"diskcache",
|
"diskcache",
|
||||||
"termcolor",
|
"termcolor",
|
||||||
"flaml",
|
"flaml",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user