We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff48f0 commit 45778eaCopy full SHA for 45778ea
flo_ai/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "flo_ai"
3
-version = "1.1.1"
+version = "1.1.2"
4
description = "A easy way to create structured AI agents"
5
authors = [{ name = "rootflo", email = "engineering.tools@rootflo.ai" }]
6
requires-python = ">=3.10,<4.0"
flo_ai/setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
7
name='flo-ai',
8
- version='1.1.1',
+ version='1.1.2',
9
author='Rootflo',
10
description='Create composable AI agents',
11
long_description=long_description,
0 commit comments