We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8241538 commit 756dbb7Copy full SHA for 756dbb7
ceo/__init__.py
@@ -12,7 +12,7 @@
12
13
__AUTHOR__ = '吴子豪 / Vortez Wohl'
14
__EMAIL__ = 'vortez.wohl@gmail.com'
15
-__VERSION__ = '0.11.5-preview'
+__VERSION__ = '0.12.0-preview'
16
17
logger = logging.getLogger('ceo')
18
logger.setLevel(logging.ERROR)
setup.py
@@ -8,7 +8,7 @@
8
9
setuptools.setup(
10
name="ceo-py",
11
- version='0.11.5-preview',
+ version='0.12.0-preview',
author="vortezwohl",
author_email="vortez.wohl@gmail.com",
description="An ultra-lightweight agentic AI framework based on the ReAct paradigm.",
0 commit comments