Skip to content

Commit 32ecadf

Browse files
committed
更新到 0.6.5-preview 版本
1 parent 4e05390 commit 32ecadf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ceo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__AUTHOR__ = '吴子豪 / Vortez Wohl'
77
__EMAIL__ = 'vortez.wohl@gmail.com'
8-
__VERSION__ = '0.6.3-preview'
8+
__VERSION__ = '0.6.5-preview'
99

1010
logger = logging.getLogger('ceo')
1111
logger.setLevel(logging.INFO)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="ceo-py",
11-
version='0.6.3-preview',
11+
version='0.6.5-preview',
1212
author="vortezwohl",
1313
author_email="vortez.wohl@gmail.com",
1414
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.",

0 commit comments

Comments
 (0)