Skip to content

Commit 45778ea

Browse files
committed
fix for pyproject
1 parent eff48f0 commit 45778ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flo_ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flo_ai"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "A easy way to create structured AI agents"
55
authors = [{ name = "rootflo", email = "engineering.tools@rootflo.ai" }]
66
requires-python = ">=3.10,<4.0"

flo_ai/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='flo-ai',
8-
version='1.1.1',
8+
version='1.1.2',
99
author='Rootflo',
1010
description='Create composable AI agents',
1111
long_description=long_description,

0 commit comments

Comments
 (0)