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',