-
-
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.4.11](v0.4.10...v0.4.11) (2023-09-23) ### Bug Fixes * github actions ([ef1c1fc](ef1c1fc)) * github actions bux fixes ([072805b](072805b))
- Loading branch information
1 parent
9141165
commit 6a2f731
Showing
3 changed files
with
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.4.11](https://github.com/svange/openbrain/compare/v0.4.10...v0.4.11) (2023-09-23) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* github actions ([ef1c1fc](https://github.com/svange/openbrain/commit/ef1c1fcc1d0d65fcb004c066d642a5b3e99c5235)) | ||
* github actions bux fixes ([072805b](https://github.com/svange/openbrain/commit/072805b0dffc558a9a067df1265ec839e2c72e35)) |
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.3.0" | ||
__version__ = "0.4.11" |
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.3.0" | ||
version = "0.4.11" | ||
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" | ||
|