From 28c7c371f438822d2f7dab7ac020e5dc9647acff Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 Jul 2024 22:11:28 +0000 Subject: [PATCH] chore(release): 3.3.0 [skip ci] ## [3.3.0](https://github.com/svange/openbrain/compare/v3.2.8...v3.3.0) (2024-07-07) ### Features * debugging ui ([d927256](https://github.com/svange/openbrain/commit/d92725654204eee8271f281632f4455c9292f01b)) --- 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 421398e..7a330a1 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. +## [3.3.0](https://github.com/svange/openbrain/compare/v3.2.8...v3.3.0) (2024-07-07) + + +### Features + +* debugging ui ([d927256](https://github.com/svange/openbrain/commit/d92725654204eee8271f281632f4455c9292f01b)) + ## [3.2.8](https://github.com/svange/openbrain/compare/v3.2.7...v3.2.8) (2024-07-07) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index cec9494..bb19da3 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.2.8" +__version__ = "3.3.0" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index 669db4d..677d4db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "3.2.8" +version = "3.3.0" description = "A package to interact with generative AI and build specialized generative AI workflows. This project is dual-licensed under AGPL-3.0 and a separate commercial license." authors = ["Samuel Vange <7166607+svange@users.noreply.github.com>"] readme = "README.md"