diff --git a/CHANGELOG.md b/CHANGELOG.md index f127087..52b6493 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.3.3](https://github.com/svange/openbrain/compare/v5.3.2...v5.3.3) (2024-08-06) + + +### Bug Fixes + +* update augint-tools ([fc0ff4a](https://github.com/svange/openbrain/commit/fc0ff4a81c425989ced6ebb8acd63c59563b122c)) + ## [5.3.2](https://github.com/svange/openbrain/compare/v5.3.1...v5.3.2) (2024-08-06) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index e759ace..2c6930f 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.3.2" +__version__ = "5.3.3" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index 67d3e66..ca84935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "5.3.2" +version = "5.3.3" 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"