Bump version

This commit is contained in:
Antonin Raffin 2020-03-10 17:10:15 +01:00
parent f159a4a9f2
commit 80fb62e22d
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ setup(name='torchy_baselines',
license="MIT",
long_description="",
long_description_content_type='text/markdown',
version="0.2.1",
version="0.2.2",
)
# 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.2.1"
__version__ = "0.2.2"