From 38afad8a6163521eb91cf09a933a265bc9588bdf Mon Sep 17 00:00:00 2001 From: "fr.branchaud-charron" Date: Mon, 11 Apr 2022 16:32:02 -0400 Subject: [PATCH] v1.5.2 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 19a18b4b..9dfe1683 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '1.5.1' +release = '1.5.2' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 03321b36..b85f9365 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "baal" -version = "1.5.1" +version = "1.5.2" description = "Library to enable Bayesian active learning in your research or labeling work." authors = ["Parmida Atighehchian ", "Frederic Branchaud-Charron ",