diff --git a/setup.py b/setup.py index bd0945a..84e1fe9 100644 --- a/setup.py +++ b/setup.py @@ -2,11 +2,11 @@ setup( name="torch_ac", - version="1.0.2", + version="1.1.0", keywords="reinforcement learning, actor-critic, a2c, ppo, multi-processes, gpu", packages=find_packages(), install_requires=[ "numpy>=1.13.0", "torch>=1.0.0" ] -) \ No newline at end of file +)