-
-
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.
## [4.1.0](v4.0.6...v4.1.0) (2024-07-18) ### Features * cleaning up pipeline ([3cb49e3](3cb49e3)) * cleaning up pipeline ([5f08067](5f08067)) * disabling pre-release to pypi, leaving it in for troubleshooting pypi problems in the future. ([50eec6b](50eec6b)) * re-enabling tags in pipeline, prefering adding the skip ci tag in the commit message of semantic release ([e378d9e](e378d9e)) ### Bug Fixes * merging last pre-release commit ([590ee5e](590ee5e)) * splitting variables and secrets and reconfiguring pipeline to use new structure. Also added an indicator to skip the ci pipeline if pyproject.toml ([4c93fda](4c93fda))
- Loading branch information
1 parent
590ee5e
commit 9461d81
Showing
3 changed files
with
23 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__ = "4.0.6" | ||
__version__ = "4.1.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 = "4.0.6" | ||
version = "4.1.0" | ||
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" | ||
|