From 0efa10ca6c29faab69409f5eaa510be7673e410a Mon Sep 17 00:00:00 2001 From: vizsatiz Date: Mon, 18 Nov 2024 20:23:01 +0530 Subject: [PATCH] Change to release rc3 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 232411f7..c300945c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flo-ai" -version = "0.0.4-rc2" +version = "0.0.4-rc3" description = "A easy way to create structured AI agents" authors = ["vizsatiz "] license = "MIT" diff --git a/setup.py b/setup.py index 8e86fc49..85fce788 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='flo-ai', - version='0.0.4-rc2', + version='0.0.4-rc3', author='Rootflo', description='Create composable AI agents', long_description=long_description,