Skip to content

Commit

Permalink
chore(release): 5.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.3.1](v5.3.0...v5.3.1) (2024-08-06)

### Bug Fixes

* updated leadmo client to get new default values. ([7b93191](7b93191))
* updated leadmo client to get new default values. ([dbc71fc](dbc71fc))
  • Loading branch information
semantic-release-bot committed Aug 6, 2024
1 parent 7b93191 commit ab49b5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.3.1](https://github.com/svange/openbrain/compare/v5.3.0...v5.3.1) (2024-08-06)


### Bug Fixes

* updated leadmo client to get new default values. ([7b93191](https://github.com/svange/openbrain/commit/7b93191982ad1155e61ed91ffc8736eb3a7443d8))
* updated leadmo client to get new default values. ([dbc71fc](https://github.com/svange/openbrain/commit/dbc71fce8664633e2cf64653eb9bdf628dcf5cb5))

## [5.3.0](https://github.com/svange/openbrain/compare/v5.2.0...v5.3.0) (2024-08-05)


Expand Down
2 changes: 1 addition & 1 deletion openbrain/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "5.3.0"
__version__ = "5.3.1"

# import os
# from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbrain"
version = "5.3.0"
version = "5.3.1"
description = "A package to interact with generative AI and build specialized generative AI workflows."
authors = ["Samuel Vange <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ab49b5d

Please sign in to comment.