From c538c9fb754e6ce83b530e8b1b1199fc05e7ba57 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Sep 2023 16:07:12 +0000 Subject: [PATCH] chore(release): 0.4.15 [skip ci] ## [0.4.15](https://github.com/svange/openbrain/compare/v0.4.14...v0.4.15) (2023-09-23) ### Bug Fixes * pipeline semantic-release #pr ([8442463](https://github.com/svange/openbrain/commit/844246375fe3eb718ecb94e4fb4753bde832ebd9)) --- 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 2f2e735..2c19ca1 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. +## [0.4.15](https://github.com/svange/openbrain/compare/v0.4.14...v0.4.15) (2023-09-23) + + +### Bug Fixes + +* pipeline semantic-release #pr ([8442463](https://github.com/svange/openbrain/commit/844246375fe3eb718ecb94e4fb4753bde832ebd9)) + ## [0.4.14](https://github.com/svange/openbrain/compare/v0.4.13...v0.4.14) (2023-09-23) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index f658d0a..5a4bb1d 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1 +1 @@ -__version__ = "0.4.14" +__version__ = "0.4.15" diff --git a/pyproject.toml b/pyproject.toml index 07c4163..5c88577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "0.4.14" +version = "0.4.15" 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"