From 7fd22511b37d717c8119267f3c04be71fc4853e5 Mon Sep 17 00:00:00 2001 From: "fr.branchaud-charron" Date: Fri, 17 Dec 2021 15:27:37 -0500 Subject: [PATCH] v1.5.1 --- 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 65eff1b7..19a18b4b 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.0' +release = '1.5.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 2534d5b8..e6494b48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "baal" -version = "1.5.0" +version = "1.5.1" description = "Library to enable Bayesian active learning in your research or labeling work." authors = ["Parmida Atighehchian ", "Frederic Branchaud-Charron ",