forked from vortezwohl/CEO-Agentic-AI-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zihaowu
committed
Nov 19, 2024
1 parent
b3e78bd
commit f8d5b6c
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
__AUTHOR__ = '吴子豪 / Vortez Wohl' | ||
__EMAIL__ = '[email protected]' | ||
__VERSION__ = '0.6.2-preview' | ||
__VERSION__ = '0.6.3-preview' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
setuptools.setup( | ||
name="ceo-py", | ||
version='0.6.2-preview', | ||
version='0.6.3-preview', | ||
author="vortezwohl", | ||
author_email="[email protected]", | ||
description="CEO is an easy-to-use AI agent framework. Now, you have taken on the role of the chairman of the board, instruct your CEO to carry out the task for you.", | ||
|