diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f4e623..6e39117 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.7.0](https://github.com/svange/openbrain/compare/v5.6.0...v5.7.0) (2024-09-11) + + +### Features + +* update packages and disable dependabot ([aac5df6](https://github.com/svange/openbrain/commit/aac5df642feb8ad18428e9bd2d9546d3f9aeb0c2)) + ## [5.6.0](https://github.com/svange/openbrain/compare/v5.5.0...v5.6.0) (2024-09-11) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index f1a1ecf..10ac682 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.6.0" +__version__ = "5.7.0" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index 56d3147..be3c0d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "5.6.0" +version = "5.7.0" 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"