-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [5.5.0](v5.4.2...v5.5.0) (2024-09-11) ### Features * fixing tests and updating ([df99f28](df99f28)) * pipeline broken, `sam validate --lint -t resources.yaml` fails in CI, but succeeds local. ([d19d12d](d19d12d)) * pipeline broken, `sam validate --lint -t resources.yaml` fails in CI, but succeeds local. ([87c6d82](87c6d82)) * removing deprecated llms ([2617993](2617993))
- Loading branch information
1 parent
d19d12d
commit 0e6de5d
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "5.4.2" | ||
__version__ = "5.5.0" | ||
|
||
# import os | ||
# from pathlib import Path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbrain" | ||
version = "5.4.2" | ||
version = "5.5.0" | ||
description = "A package to interact with generative AI and build specialized generative AI workflows." | ||
authors = ["Samuel Vange <[email protected]>"] | ||
readme = "README.md" | ||
|