From b573f4512ad0e58b902496c8a70a2d0534603c64 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Nov 2023 03:26:26 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/svange/openbrain/compare/v1.0.0...v1.0.1) (2023-11-10) ### Bug Fixes * skipping unnecessary steps in pipeline ([6cff920](https://github.com/svange/openbrain/commit/6cff92072b366d2628d0694cf5267007cf0deb91)) * skipping unnecessary steps in pipeline ([1c371d9](https://github.com/svange/openbrain/commit/1c371d9c5dccd286b1913f301d970d53be9714e6)) * skipping unnecessary steps in pipeline ([4e3a67f](https://github.com/svange/openbrain/commit/4e3a67f2dca2f6cb453d8cbcb5e5f8063c0253a1)) * tuning ci pipeline ([7f9df0d](https://github.com/svange/openbrain/commit/7f9df0d740bead7856b52a02d4ff37bd92b2ebe1)) * tuning ci pipeline ([6330be2](https://github.com/svange/openbrain/commit/6330be25eff009ac9602b3855795e047b35c1e21)) * tuning ci pipeline ([971cfbd](https://github.com/svange/openbrain/commit/971cfbded58aa64a358ae64ecd18616e350806d4)) --- CHANGELOG.md | 12 ++++++++++++ openbrain/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ab6bd..70fdb9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/svange/openbrain/compare/v1.0.0...v1.0.1) (2023-11-10) + + +### Bug Fixes + +* skipping unnecessary steps in pipeline ([6cff920](https://github.com/svange/openbrain/commit/6cff92072b366d2628d0694cf5267007cf0deb91)) +* skipping unnecessary steps in pipeline ([1c371d9](https://github.com/svange/openbrain/commit/1c371d9c5dccd286b1913f301d970d53be9714e6)) +* skipping unnecessary steps in pipeline ([4e3a67f](https://github.com/svange/openbrain/commit/4e3a67f2dca2f6cb453d8cbcb5e5f8063c0253a1)) +* tuning ci pipeline ([7f9df0d](https://github.com/svange/openbrain/commit/7f9df0d740bead7856b52a02d4ff37bd92b2ebe1)) +* tuning ci pipeline ([6330be2](https://github.com/svange/openbrain/commit/6330be25eff009ac9602b3855795e047b35c1e21)) +* tuning ci pipeline ([971cfbd](https://github.com/svange/openbrain/commit/971cfbded58aa64a358ae64ecd18616e350806d4)) + ## [1.0.0](https://github.com/svange/openbrain/compare/v0.22.0...v1.0.0) (2023-11-10) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index 37818ed..685be13 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index b5daa41..798947a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "1.0.0" +version = "1.0.1" 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"