diff --git a/flo_ai/pyproject.toml b/flo_ai/pyproject.toml index d4d98fbf..80c7ee1f 100644 --- a/flo_ai/pyproject.toml +++ b/flo_ai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flo_ai" -version = "1.0.0-dev4" +version = "1.0.0-dev5" description = "A easy way to create structured AI agents" authors = ["rootflo <*@rootflo.ai>"] license = "MIT" diff --git a/flo_ai/setup.py b/flo_ai/setup.py index a48cc07d..c2d924f9 100644 --- a/flo_ai/setup.py +++ b/flo_ai/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='flo-ai', - version='1.0.0-dev4', + version='1.0.0-dev5', author='Rootflo', description='Create composable AI agents', long_description=long_description,