1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 11:10:20 +01:00

Update setup.py (#245)

This commit is contained in:
Gal Leibovich
2019-03-12 11:08:10 +02:00
committed by GitHub
parent c02333b1ba
commit 8be9ea5dc9

View File

@@ -86,7 +86,7 @@ extras['all'] = all_deps
setup(
name='rl-coach' if not slim_package else 'rl-coach-slim',
version='0.11.0',
version='0.11.1',
description='Reinforcement Learning Coach enables easy experimentation with state of the art Reinforcement Learning algorithms.',
url='https://github.com/NervanaSystems/coach',
author='Intel AI Lab',