diff --git a/README.md b/README.md index e8b3f260..3dabae4a 100644 --- a/README.md +++ b/README.md @@ -147,8 +147,6 @@ Built with ❤️ using:
Built with ❤️ by the Rootflo team -
- Discord • - Community • +
CommunityDocumentation
\ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index bbdfb33e..7dcc10c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flo-ai" -version = "0.0.3-rc1" +version = "0.0.3" description = "A easy way to create structured AI agents" authors = ["vizsatiz "] license = "MIT" diff --git a/setup.py b/setup.py index 3b4ae432..7a6b8c69 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="flo-ai", - version="0.0.3-rc1", + version="0.0.3", author="Rootflo", description="Create composable AI agents", long_description=long_description,