From ad6b58402990ebf7c63ebae0b92f1e89df2746a5 Mon Sep 17 00:00:00 2001 From: vizsatiz Date: Sun, 17 Nov 2024 16:10:34 +0530 Subject: [PATCH] Creating release candidate 0.0.4 rc2 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4fb3835..232411f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flo-ai" -version = "0.0.3" +version = "0.0.4-rc2" description = "A easy way to create structured AI agents" authors = ["vizsatiz "] license = "MIT" diff --git a/setup.py b/setup.py index d9cbfa82..8e86fc49 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='flo-ai', - version='0.0.3', + version='0.0.4-rc2', author='Rootflo', description='Create composable AI agents', long_description=long_description,