Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jul 6, 2020
1 parent 9cb9bcd commit 980a0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l2rpn_baselines/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import setuptools
from setuptools import setup
__version__ = "0.4.2"
__version__ = "0.4.3"


pkgs = {
Expand Down

0 comments on commit 980a0a4

Please sign in to comment.