From 01b3ae338c279515da00a0042520fd10ccc023b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Sep 2023 01:58:02 +0000 Subject: [PATCH] chore(release): 0.11.2 [skip ci] ## [0.11.2](https://github.com/svange/openbrain/compare/v0.11.1...v0.11.2) (2023-09-26) ### Bug Fixes * added more granularity to CI/CD system and attempting to bring prereleases. ([8316019](https://github.com/svange/openbrain/commit/83160190224d043e9663cf47fbe7b2c381fb586c)) * updating CI/CD ([937d34b](https://github.com/svange/openbrain/commit/937d34b65f22210e808546cc5afd7bd48f76acad)) --- CHANGELOG.md | 8 ++++++++ openbrain/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b119e..4699baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.2](https://github.com/svange/openbrain/compare/v0.11.1...v0.11.2) (2023-09-26) + + +### Bug Fixes + +* added more granularity to CI/CD system and attempting to bring prereleases. ([8316019](https://github.com/svange/openbrain/commit/83160190224d043e9663cf47fbe7b2c381fb586c)) +* updating CI/CD ([937d34b](https://github.com/svange/openbrain/commit/937d34b65f22210e808546cc5afd7bd48f76acad)) + ## [0.11.1](https://github.com/svange/openbrain/compare/v0.11.0...v0.11.1) (2023-09-26) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index fee46bd..e2bd072 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1 +1 @@ -__version__ = "0.11.1" +__version__ = "0.11.2" diff --git a/pyproject.toml b/pyproject.toml index 140db56..32b0e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "0.11.1" +version = "0.11.2" 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"