diff --git a/setup.py b/setup.py index deff1df..0b0cb13 100644 --- a/setup.py +++ b/setup.py @@ -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',