Release v0.1.0

This commit is contained in:
Antonin Raffin 2020-01-20 13:01:14 +01:00
parent 358b27e9c9
commit b8df12afe2
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ setup(name='torchy_baselines',
license="MIT",
long_description="",
long_description_content_type='text/markdown',
version="0.0.8a0",
version="0.1.0",
)
# python setup.py sdist

View file

@ -4,4 +4,4 @@ from torchy_baselines.ppo import PPO
from torchy_baselines.sac import SAC
from torchy_baselines.td3 import TD3
__version__ = "0.0.8a0"
__version__ = "0.1.0"