diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0c527..82c8b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [5.4.1](https://github.com/svange/openbrain/compare/v5.4.0...v5.4.1) (2024-08-15) + + +### Bug Fixes + +* updating augint-tools ([1a5bcce](https://github.com/svange/openbrain/commit/1a5bcce1c4d01f065fd33d7e088a077ffb8ddfb1)) + ## [5.4.0](https://github.com/svange/openbrain/compare/v5.3.5...v5.4.0) (2024-08-15) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index c22adf6..fa434e0 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.4.0" +__version__ = "5.4.1" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index 192d532..6d05ce8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "5.4.0" +version = "5.4.1" description = "A package to interact with generative AI and build specialized generative AI workflows." authors = ["Samuel Vange <7166607+svange@users.noreply.github.com>"] readme = "README.md"