From 3943db0d6afb5f9f24f6f04d43e012d5d1647069 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Sep 2023 18:38:17 +0000 Subject: [PATCH] chore(release): 0.4.18 [skip ci] ## [0.4.18](https://github.com/svange/openbrain/compare/v0.4.17...v0.4.18) (2023-09-23) ### Bug Fixes * pipeline semantic-release #pr ([02a258a](https://github.com/svange/openbrain/commit/02a258aa7420e3c5330a414f5dcf5be63c623cb7)) --- 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 6936019..9f42a3e 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.18](https://github.com/svange/openbrain/compare/v0.4.17...v0.4.18) (2023-09-23) + + +### Bug Fixes + +* pipeline semantic-release #pr ([02a258a](https://github.com/svange/openbrain/commit/02a258aa7420e3c5330a414f5dcf5be63c623cb7)) + ## [0.4.17](https://github.com/svange/openbrain/compare/v0.4.16...v0.4.17) (2023-09-23) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index ac15521..2dd5536 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1 +1 @@ -__version__ = "0.4.17" +__version__ = "0.4.18" diff --git a/pyproject.toml b/pyproject.toml index c1b3c08..1caee5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "0.4.17" +version = "0.4.18" 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"