Skip to content

Commit ff1503d

Browse files
author
Ervin Teng
committed
Tick version numbers
1 parent b1320dc commit ff1503d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gym-unity/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
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.10.0"],
14+
install_requires=["gym", "mlagents_envs==0.10.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.10.0",
8+
version="0.10.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.10.0",
13+
version="0.10.1",
1414
description="Unity Machine Learning Agents",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
@@ -35,7 +35,7 @@
3535
"h5py>=2.9.0",
3636
"jupyter",
3737
"matplotlib",
38-
"mlagents_envs==0.10.0",
38+
"mlagents_envs==0.10.1",
3939
"numpy>=1.13.3,<2.0",
4040
"Pillow>=4.2.1",
4141
"protobuf>=3.6",

0 commit comments

Comments
 (0)