Skip to content

Commit

Permalink
bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeLalor authored and github-actions[bot] committed Sep 18, 2024
1 parent c3f05aa commit 45ca211
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/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 = "eidolon_examples"
version = "0.1.108"
version = "0.1.109"
description = ""
authors = [ "Luke Lalor <lukehlalor@gmail.com>",]
readme = "README.md"
Expand All @@ -14,13 +14,13 @@ line-length = 121

[tool.eidolon]
update-tag = "examples"
last-update-hash = "882460975548283dfcc5c80aad6ceede209dac3b"
last-update-hash = "c3f05aaae2c9d18013932b2f54f1d19545b3d2f8"

[tool.poetry.dependencies]
python = ">=3.11,<3.13"
setuptools = ">=69.0.2"
transformers = "^4.35.2"
eidolon-ai-sdk = "^0.1.131"
eidolon-ai-sdk = "^0.1.132"
eidolon-ai-client = "^0.1.35"
pydub = "^0.25.1"
ruamel-yaml = "^0.18.6"
Expand Down
2 changes: 1 addition & 1 deletion scripts/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/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 = "eidolon-ai-sdk"
version = "0.1.131"
version = "0.1.132"
description = "An open source sgent service SDK"
authors = [ "Luke Lalor <lukehlalor@gmail.com>",]
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ line-length = 121

[tool.eidolon]
update-tag = "sdk"
last-update-hash = "882460975548283dfcc5c80aad6ceede209dac3b"
last-update-hash = "c3f05aaae2c9d18013932b2f54f1d19545b3d2f8"

[tool.poetry.urls]
Github = "https://github.com/eidolon-ai/eidolon"
Expand Down

0 comments on commit 45ca211

Please sign in to comment.