Skip to content

Commit

Permalink
chore(release): 4.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.4.2](v4.4.1...v4.4.2) (2024-07-20)

### Bug Fixes

* adding debugging logic to tool actions ([83b8a56](83b8a56))
  • Loading branch information
semantic-release-bot committed Jul 20, 2024
1 parent 31081d8 commit 2629513
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.4.2](https://github.com/svange/openbrain/compare/v4.4.1...v4.4.2) (2024-07-20)


### Bug Fixes

* adding debugging logic to tool actions ([83b8a56](https://github.com/svange/openbrain/commit/83b8a567c0d4fd258bcb3440d63f2fee5095f820))

## [4.4.1](https://github.com/svange/openbrain/compare/v4.4.0...v4.4.1) (2024-07-20)


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__ = "4.4.1"
__version__ = "4.4.2"

# 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 = "4.4.1"
version = "4.4.2"
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"
Expand Down

0 comments on commit 2629513

Please sign in to comment.