From 71b740f14182dd3a5a2f87f2d0d3a1a361225eb1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Sep 2023 08:16:01 +0000 Subject: [PATCH] chore(release): 0.10.8 [skip ci] ## [0.10.8](https://github.com/svange/openbrain/compare/v0.10.7...v0.10.8) (2023-09-25) ### Bug Fixes * disabled pytest temporarily ([098aca8](https://github.com/svange/openbrain/commit/098aca8f85c210e9dad6ccf8e373574bf502401a)) --- 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 9d309d4..ebb8cf1 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.10.8](https://github.com/svange/openbrain/compare/v0.10.7...v0.10.8) (2023-09-25) + + +### Bug Fixes + +* disabled pytest temporarily ([098aca8](https://github.com/svange/openbrain/commit/098aca8f85c210e9dad6ccf8e373574bf502401a)) + ## [0.10.7](https://github.com/svange/openbrain/compare/v0.10.6...v0.10.7) (2023-09-25) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index 5b0f7f2..cdf3f12 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1 +1 @@ -__version__ = "0.10.7" +__version__ = "0.10.8" diff --git a/pyproject.toml b/pyproject.toml index b601faf..221503d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "0.10.7" +version = "0.10.8" 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"