Skip to content

Commit

Permalink
[ci skip] Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Dec 5, 2018
1 parent 01b7997 commit fef5a17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog

For download links, please look at `Github release page <https://github.com/hill-a/stable-baselines/releases>`_.

Pre-Release 2.3.0a (WIP)
Release 2.3.0 (2018-12-05)
--------------------------

- added support for storing model in file like object. (thanks to @erniejunior)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
'dill',
'progressbar2',
'mpi4py',
'cloudpickle',
'cloudpickle>=0.5.5',
'tensorflow>=1.5.0',
'click',
'opencv-python',
Expand Down
2 changes: 1 addition & 1 deletion stable_baselines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from stable_baselines.ppo2 import PPO2
from stable_baselines.trpo_mpi import TRPO

__version__ = "2.3.0a"
__version__ = "2.3.0"


# patch Gym spaces to add equality functions, if not implemented
Expand Down

0 comments on commit fef5a17

Please sign in to comment.