Skip to content

Commit

Permalink
release 0.0.4 version bump (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
vizsatiz authored Nov 19, 2024
1 parent 84e9741 commit c386bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c386bde

Please sign in to comment.