From 9cb9bcdaa95539d9c541aec6e7e0c4e79cc1b861 Mon Sep 17 00:00:00 2001 From: BDonnot Date: Mon, 6 Jul 2020 11:45:17 +0200 Subject: [PATCH] Release v0.4.3 --- docs/conf.py | 2 +- l2rpn_baselines/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 803afee..993f649 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Benjamin DONNOT' # The full version, including alpha/beta/rc tags -release = '0.4.2' +release = '0.4.3' version = '0.4' # -- General configuration --------------------------------------------------- diff --git a/l2rpn_baselines/__init__.py b/l2rpn_baselines/__init__.py index a93083c..aa79038 100644 --- a/l2rpn_baselines/__init__.py +++ b/l2rpn_baselines/__init__.py @@ -15,4 +15,4 @@ "utils" ] -__version__ = "0.4.2" +__version__ = "0.4.3"