Skip to content

Commit

Permalink
chore: bump version -> 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RWallan committed May 23, 2024
1 parent e628d1a commit 886b92c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openiziai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""OpeniziAI, uma interface clara de como construir agentes de LLM."""

__version__ = '0.1.0'
__version__ = '0.1.1'

from . import agents as agents
from . import tools as tools
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openiziai"
version = "0.1.0"
version = "0.1.1"
description = "Interface para se comunicar com a api da OpenAI adotando as melhores práticas de LLM para criar e se comunicar com um agente."
authors = ["RWallan <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 886b92c

Please sign in to comment.