From 1cfe72b063d05d5b90afe8a85fcc627c83e7be73 Mon Sep 17 00:00:00 2001 From: vizsatiz Date: Tue, 19 Nov 2024 12:22:40 +0530 Subject: [PATCH] release 0.0.4 version bump --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c300945c..09011b0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flo-ai" -version = "0.0.4-rc3" +version = "0.0.4" description = "A easy way to create structured AI agents" authors = ["vizsatiz "] license = "MIT" diff --git a/setup.py b/setup.py index 85fce788..3d6f7b68 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='flo-ai', - version='0.0.4-rc3', + version='0.0.4', author='Rootflo', description='Create composable AI agents', long_description=long_description,