From ef7b0a172be5de229804ed87b0752e372a8e0597 Mon Sep 17 00:00:00 2001 From: eshvk <807898+eshvk@users.noreply.github.com> Date: Mon, 15 Apr 2019 10:34:39 -0700 Subject: [PATCH] Bumping gym_unity version --- gym-unity/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gym-unity/setup.py b/gym-unity/setup.py index 977b0aaf7f..5cf845f7a9 100755 --- a/gym-unity/setup.py +++ b/gym-unity/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='gym_unity', - version='0.4.0', + version='0.4.1', description='Unity Machine Learning Agents Gym Interface', license='Apache License 2.0', author='Unity Technologies',