From 8be9ea5dc994a1ce744148651457451f89305c0c Mon Sep 17 00:00:00 2001 From: Gal Leibovich Date: Tue, 12 Mar 2019 11:08:10 +0200 Subject: [PATCH] Update setup.py (#245) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f047dde..9a446fe 100644 --- a/setup.py +++ b/setup.py @@ -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',