Skip to content

Commit 756dbb7

Browse files
committed
update to 0.12.0-preview
1 parent 8241538 commit 756dbb7

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
@@ -12,7 +12,7 @@
1212

1313
__AUTHOR__ = '吴子豪 / Vortez Wohl'
1414
__EMAIL__ = 'vortez.wohl@gmail.com'
15-
__VERSION__ = '0.11.5-preview'
15+
__VERSION__ = '0.12.0-preview'
1616

1717
logger = logging.getLogger('ceo')
1818
logger.setLevel(logging.ERROR)

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.11.5-preview',
11+
version='0.12.0-preview',
1212
author="vortezwohl",
1313
author_email="vortez.wohl@gmail.com",
1414
description="An ultra-lightweight agentic AI framework based on the ReAct paradigm.",

0 commit comments

Comments
 (0)