Skip to content

Commit

Permalink
updating for version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jun 9, 2020
1 parent 54b10b0 commit 0f1a8be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Change Log
- [ADDED] action space is now serializable / de serializable
- [ADDED] documentation
- [ADDED] some tests
- [ADDED] the AsynchronousActorCritic baseline, that won the 2nd place to the first edition of l2rpn in 2019.

[0.3.0] - 2020-05-13
--------------------
Expand Down
2 changes: 1 addition & 1 deletion l2rpn_baselines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"utils"
]

__version__ = "0.3.0"
__version__ = "0.4.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

import setuptools
from setuptools import setup
__version__ = "0.3.0"
__version__ = "0.4.0"


pkgs = {
"required": [
"grid2op[challenge,optional]>=0.8.0"
"grid2op[challenge,optional]>=0.9.1.post1"
],
"extras": {
"docs": [
Expand Down

0 comments on commit 0f1a8be

Please sign in to comment.