-
-
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.
## [0.15.1](v0.15.0...v0.15.1) (2023-10-04) ### Bug Fixes * added more granularity to CI/CD system and attempting to bring prereleases. ([8316019](8316019)) * added more granularity to CI/CD system and attempting to bring prereleases. ([f4e02ea](f4e02ea)) * updating CI/CD ([937d34b](937d34b))
- Loading branch information
1 parent
3908f05
commit ddddf5a
Showing
3 changed files
with
11 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 +1 @@ | ||
__version__ = "0.15.0" | ||
__version__ = "0.15.1" |
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 = "0.15.0" | ||
version = "0.15.1" | ||
description = "A package to interact with generative AI and build specialized generative AI workflows. This project is dual-licensed under AGPL-3.0 and a separate commercial license." | ||
authors = ["Samuel Vange <[email protected]>"] | ||
readme = "README.md" | ||
|