From 659e34aa6f0e89b1e751158ef46892e39e9f94dd Mon Sep 17 00:00:00 2001 From: vizsatiz Date: Thu, 23 Jan 2025 15:00:47 +0530 Subject: [PATCH] Release 0.0.5-rc2 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ced0b0a2..61b38997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flo-ai" -version = "0.0.5-rc1" +version = "0.0.5-rc2" description = "A easy way to create structured AI agents" authors = ["vizsatiz "] license = "MIT" diff --git a/setup.py b/setup.py index 0995dc20..65e80a59 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='flo-ai', - version='0.0.5-rc1', + version='0.0.5-rc2', author='Rootflo', description='Create composable AI agents', long_description=long_description,