We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cdc1b commit f043801Copy full SHA for f043801
flo_ai/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "flo_ai"
3
-version = "1.0.1-dev1"
+version = "1.0.2-dev1"
4
description = "A easy way to create structured AI agents"
5
authors = ["rootflo <*@rootflo.ai>"]
6
license = "MIT"
flo_ai/setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
7
name='flo-ai',
8
- version='1.0.1-dev1',
+ version='1.0.2-dev1',
9
author='Rootflo',
10
description='Create composable AI agents',
11
long_description=long_description,
0 commit comments