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 ",