From 599355d510a95b954ae25167a64fa161e6fde21e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Aug 2024 15:21:22 +0000 Subject: [PATCH] chore(release): 5.3.2 [skip ci] ## [5.3.2](https://github.com/svange/openbrain/compare/v5.3.1...v5.3.2) (2024-08-06) ### Bug Fixes * update augint-tools ([1baf629](https://github.com/svange/openbrain/commit/1baf629f9f1c7435285bf9983d832cde7aa4df6f)) --- CHANGELOG.md | 7 +++++++ openbrain/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 514a744..f127087 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.2](https://github.com/svange/openbrain/compare/v5.3.1...v5.3.2) (2024-08-06) + + +### Bug Fixes + +* update augint-tools ([1baf629](https://github.com/svange/openbrain/commit/1baf629f9f1c7435285bf9983d832cde7aa4df6f)) + ## [5.3.1](https://github.com/svange/openbrain/compare/v5.3.0...v5.3.1) (2024-08-06) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index 618c77a..e759ace 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.3.1" +__version__ = "5.3.2" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index eed7f31..67d3e66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "5.3.1" +version = "5.3.2" 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"