From 4ee64087c34be65c6ec3a525adcf72a7adb4132b Mon Sep 17 00:00:00 2001 From: vizsatiz Date: Thu, 12 Dec 2024 12:36:01 +0530 Subject: [PATCH] Creating 0.0.5-dev1 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09011b0f..20dfa0d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flo-ai" -version = "0.0.4" +version = "0.0.5-dev1" description = "A easy way to create structured AI agents" authors = ["vizsatiz "] license = "MIT" diff --git a/setup.py b/setup.py index 3d6f7b68..cb440293 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='flo-ai', - version='0.0.4', + version='0.0.5-dev1', author='Rootflo', description='Create composable AI agents', long_description=long_description,