Skip to content

Commit

Permalink
pyautogen
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyun-wu committed Dec 2, 2024
1 parent fae608d commit 28ff5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup_ag2.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
name="ag2",
version=__version__,
description="Alias package for pyautogen",
install_requires=["ag2==" + __version__],
install_requires=["pyautogen==" + __version__],
url="https://github.com/ag2ai/ag2",
author="Chi Wang & Qingyun Wu",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion setup_autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
name="autogen",
version=__version__,
description="Alias package for pyautogen",
install_requires=["ag2==" + __version__],
install_requires=["pyautogen==" + __version__],
url="https://github.com/ag2ai/ag2",
author="Chi Wang & Qingyun Wu",
author_email="[email protected]",
Expand Down

0 comments on commit 28ff5d8

Please sign in to comment.