Skip to content

Update development release version to 0.10.0.dev0 #2443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Also update gym_unity to dev version
  • Loading branch information
Jonathan Harper committed Aug 16, 2019
commit 7608887a1f1649aa1c3e156eb103e4247fb2ff35
4 changes: 2 additions & 2 deletions gym-unity/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

setup(
name="gym_unity",
version="0.4.4",
version="0.4.5.dev0",
description="Unity Machine Learning Agents Gym Interface",
license="Apache License 2.0",
author="Unity Technologies",
author_email="[email protected]",
url="https://github.com/Unity-Technologies/ml-agents",
packages=find_packages(),
install_requires=["gym", "mlagents_envs==0.9.1"],
install_requires=["gym", "mlagents_envs==0.10.0.dev0"],
)