From 8019a7cc68ae4f378f02ccc06fb3043fcb84107a Mon Sep 17 00:00:00 2001 From: ThomasMeissnerDS Date: Sat, 16 Sep 2023 13:36:32 +0200 Subject: [PATCH] Update BlueCast version --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c20dff16..6fcfa72e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,7 +17,7 @@ project = "BlueCast" copyright = "2023, Thomas Meißner" author = "Thomas Meißner" -release = "0.22" +release = "0.23" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 2c894593..0fdab0d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bluecast" -version = "0.22" +version = "0.23" description = "A lightweight and fast automl framework" authors = ["Thomas Meißner "] license = "GPL-3.0-only"