Skip to content

Commit

Permalink
Minor Version Increment to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3rWard0g committed Dec 27, 2024
1 parent e517602 commit 4e77f55
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.5.0"
version = "0.6.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.5.0"
version = "0.6.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.5.0",
version="0.6.0",
author="Roberto Rodriguez",
description="Agentic Workflows Made Simple",
long_description=long_description,
Expand Down

0 comments on commit 4e77f55

Please sign in to comment.