From 8b2b574e950d7bdd0694ad7019764d49d24ff6d5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Aug 2024 22:00:21 +0000 Subject: [PATCH] chore(release): 5.4.2 [skip ci] ## [5.4.2](https://github.com/svange/openbrain/compare/v5.4.1...v5.4.2) (2024-08-15) ### Bug Fixes * update all dependencies ([9651257](https://github.com/svange/openbrain/commit/965125796392461a8352c6827919b2f2d3102aa8)) --- 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 82c8b10..57f18f5 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.2](https://github.com/svange/openbrain/compare/v5.4.1...v5.4.2) (2024-08-15) + + +### Bug Fixes + +* update all dependencies ([9651257](https://github.com/svange/openbrain/commit/965125796392461a8352c6827919b2f2d3102aa8)) + ## [5.4.1](https://github.com/svange/openbrain/compare/v5.4.0...v5.4.1) (2024-08-15) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index fa434e0..be949a0 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.4.1" +__version__ = "5.4.2" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index 6d05ce8..c756172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "5.4.1" +version = "5.4.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"