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

Update setup.py to 0.12.1 (#337)

This commit is contained in:
Gal Novik
2019-05-30 10:13:36 +03:00
committed by Gal Leibovich
parent 23df868d32
commit 6e7e7f6d3d

View File

@@ -85,7 +85,7 @@ extras['all'] = all_deps
setup(
name='rl-coach' if not slim_package else 'rl-coach-slim',
version='0.12.0',
version='0.12.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',