Skip to content

Commit d112298

Browse files
author
Ervin T
authored
Merge pull request #2420 from Unity-Technologies/hotfix-v0.9.1
Re-tick version for pypi
2 parents 314c3f3 + 518c5eb commit d112298

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

gym-unity/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
setup(
66
name="gym_unity",
7-
version="0.4.3a",
7+
version="0.4.4",
88
description="Unity Machine Learning Agents Gym Interface",
99
license="Apache License 2.0",
1010
author="Unity Technologies",
1111
author_email="[email protected]",
1212
url="https://github.com/Unity-Technologies/ml-agents",
1313
packages=find_packages(),
14-
install_requires=["gym", "mlagents_envs==0.9.0a"],
14+
install_requires=["gym", "mlagents_envs==0.9.1"],
1515
)

ml-agents-envs/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="mlagents_envs",
8-
version="0.9.0a",
8+
version="0.9.1",
99
description="Unity Machine Learning Agents Interface",
1010
url="https://github.com/Unity-Technologies/ml-agents",
1111
author="Unity Technologies",

ml-agents/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="mlagents",
13-
version="0.9.0a",
13+
version="0.9.1",
1414
description="Unity Machine Learning Agents",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
@@ -29,7 +29,7 @@
2929
),
3030
zip_safe=False,
3131
install_requires=[
32-
"mlagents_envs==0.9.0a",
32+
"mlagents_envs==0.9.1",
3333
"tensorflow>=1.7,<1.8",
3434
"Pillow>=4.2.1",
3535
"matplotlib",

0 commit comments

Comments
 (0)