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 23, 2024
1 parent 2823cdf commit aa1b790
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.109"
version = "0.1.110"
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 = "c3f05aaae2c9d18013932b2f54f1d19545b3d2f8"
last-update-hash = "2823cdf0610679b5a14ab5245f88938ba901eda4"

[tool.poetry.dependencies]
python = ">=3.11,<3.13"
setuptools = ">=69.0.2"
transformers = "^4.35.2"
eidolon-ai-sdk = "^0.1.132"
eidolon-ai-sdk = "^0.1.133"
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.132"
version = "0.1.133"
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 = "c3f05aaae2c9d18013932b2f54f1d19545b3d2f8"
last-update-hash = "2823cdf0610679b5a14ab5245f88938ba901eda4"

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

0 comments on commit aa1b790

Please sign in to comment.