Skip to content

Commit

Permalink
updated setup version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3rWard0g committed Dec 5, 2024
1 parent 8e81cd9 commit 6fd0860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "floki-ai"
version = "0.3.0"
version = "0.4.0"
description = "Agentic Workflows Made Simple"
readme = "README.md"
authors = [{ name = "Roberto Rodriguez" }]
Expand Down Expand Up @@ -39,7 +39,7 @@ homepage = "https://github.com/Cyb3rWard0g/floki"

[tool.poetry]
name = "floki"
version = "0.3.0"
version = "0.4.0"
description = "Agentic Workflows Made Simple"
authors = ["Roberto Rodriguez"]
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 @@

setup(
name="floki-ai",
version="0.3.0",
version="0.4.0",
author="Roberto Rodriguez",
description="Agentic Workflows Made Simple",
long_description=long_description,
Expand Down

0 comments on commit 6fd0860

Please sign in to comment.