From 6e7e7f6d3da24021195e05a1af57f9ae35eb4478 Mon Sep 17 00:00:00 2001 From: Gal Novik Date: Thu, 30 May 2019 10:13:36 +0300 Subject: [PATCH] Update setup.py to 0.12.1 (#337) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index deff1df3a..0b0cb1349 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ 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',