From 980a0a4290aac9b24d96ee38a402d000c45d66ba Mon Sep 17 00:00:00 2001 From: BDonnot Date: Mon, 6 Jul 2020 11:49:25 +0200 Subject: [PATCH] Release v0.4.3 --- l2rpn_baselines/utils/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l2rpn_baselines/utils/__init__.py b/l2rpn_baselines/utils/__init__.py index 1a86597..6d02183 100644 --- a/l2rpn_baselines/utils/__init__.py +++ b/l2rpn_baselines/utils/__init__.py @@ -5,7 +5,7 @@ # you can obtain one at http://mozilla.org/MPL/2.0/. # SPDX-License-Identifier: MPL-2.0 # This file is part of L2RPN Baselines, L2RPN Baselines a repository to host baselines for l2rpn competitions. -__version__ = "0.4.1" +__version__ = "0.4.3" __all__ = [ "cli_eval", diff --git a/setup.py b/setup.py index a2cf9b0..14ac285 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import setuptools from setuptools import setup -__version__ = "0.4.2" +__version__ = "0.4.3" pkgs = {