Skip to content

Commit c41b2e5

Browse files
committed
Updating 1.0.0 version
1 parent b90416c commit c41b2e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flo_ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flo_ai"
3-
version = "1.0.0-dev5"
3+
version = "1.0.0"
44
description = "A easy way to create structured AI agents"
55
authors = ["rootflo <*@rootflo.ai>"]
66
license = "MIT"

flo_ai/setup.py

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

66
setuptools.setup(
77
name='flo-ai',
8-
version='1.0.0-dev5',
8+
version='1.0.0',
99
author='Rootflo',
1010
description='Create composable AI agents',
1111
long_description=long_description,

0 commit comments

Comments
 (0)