Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai committed Jul 21, 2024
1 parent e1d2339 commit c17e873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/kafka/pig-latin-translation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ python = "^3.10"
uvicorn = "^0.30.3"
llama-index-llms-openai = "^0.1.26"
llama-index-agent-openai = "^0.2.9"
llama-agents = {version = "^0.0.11", extras = ["kafka"]}
llama-agents = {version = "^0.0.12", extras = ["kafka"]}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "llama-agents"
version = "0.0.11"
version = "0.0.12"
description = ""
authors = ["Logan Markewich <[email protected]>", "Andrei Fajardo <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit c17e873

Please sign in to comment.