From 9874f792453cf1c8265a42860b04c5cf28883bbf Mon Sep 17 00:00:00 2001 From: Christopher Goy Date: Wed, 5 Aug 2020 19:50:10 -0700 Subject: [PATCH 1/2] Bump versions for the next release. --- com.unity.ml-agents.extensions/package.json | 2 +- com.unity.ml-agents/Runtime/Academy.cs | 2 +- com.unity.ml-agents/package.json | 2 +- gym-unity/gym_unity/__init__.py | 2 +- ml-agents-envs/mlagents_envs/__init__.py | 2 +- ml-agents/mlagents/trainers/__init__.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/com.unity.ml-agents.extensions/package.json b/com.unity.ml-agents.extensions/package.json index 3ce85c652a..8b43fa05e4 100644 --- a/com.unity.ml-agents.extensions/package.json +++ b/com.unity.ml-agents.extensions/package.json @@ -5,6 +5,6 @@ "unity": "2018.4", "description": "A source-only package for new features based on ML-Agents", "dependencies": { - "com.unity.ml-agents": "1.2.0-preview" + "com.unity.ml-agents": "1.3.0-preview" } } diff --git a/com.unity.ml-agents/Runtime/Academy.cs b/com.unity.ml-agents/Runtime/Academy.cs index 096f14d86c..8b0b1055f7 100644 --- a/com.unity.ml-agents/Runtime/Academy.cs +++ b/com.unity.ml-agents/Runtime/Academy.cs @@ -68,7 +68,7 @@ public class Academy : IDisposable /// Unity package version of com.unity.ml-agents. /// This must match the version string in package.json and is checked in a unit test. /// - internal const string k_PackageVersion = "1.2.0-preview"; + internal const string k_PackageVersion = "1.3.0-preview"; const int k_EditorTrainingPort = 5004; diff --git a/com.unity.ml-agents/package.json b/com.unity.ml-agents/package.json index 4fb78dab61..a6a17115e8 100755 --- a/com.unity.ml-agents/package.json +++ b/com.unity.ml-agents/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.ml-agents", "displayName": "ML Agents", - "version": "1.2.0-preview", + "version": "1.3.0-preview", "unity": "2018.4", "description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).", "dependencies": { diff --git a/gym-unity/gym_unity/__init__.py b/gym-unity/gym_unity/__init__.py index 42899e704c..825c96428b 100644 --- a/gym-unity/gym_unity/__init__.py +++ b/gym-unity/gym_unity/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.19.0.dev0" +__version__ = "0.20.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None diff --git a/ml-agents-envs/mlagents_envs/__init__.py b/ml-agents-envs/mlagents_envs/__init__.py index 42899e704c..825c96428b 100644 --- a/ml-agents-envs/mlagents_envs/__init__.py +++ b/ml-agents-envs/mlagents_envs/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.19.0.dev0" +__version__ = "0.20.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None diff --git a/ml-agents/mlagents/trainers/__init__.py b/ml-agents/mlagents/trainers/__init__.py index 42899e704c..825c96428b 100644 --- a/ml-agents/mlagents/trainers/__init__.py +++ b/ml-agents/mlagents/trainers/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.19.0.dev0" +__version__ = "0.20.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None From 8910c3affc1b3c64c01ea0ded6cabba13219694a Mon Sep 17 00:00:00 2001 From: Christopher Goy Date: Wed, 5 Aug 2020 20:42:07 -0700 Subject: [PATCH 2/2] Fix python version. --- gym-unity/gym_unity/__init__.py | 2 +- ml-agents-envs/mlagents_envs/__init__.py | 2 +- ml-agents/mlagents/trainers/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gym-unity/gym_unity/__init__.py b/gym-unity/gym_unity/__init__.py index 825c96428b..5ad197dd8d 100644 --- a/gym-unity/gym_unity/__init__.py +++ b/gym-unity/gym_unity/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.20.dev0" +__version__ = "0.20.0.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None diff --git a/ml-agents-envs/mlagents_envs/__init__.py b/ml-agents-envs/mlagents_envs/__init__.py index 825c96428b..5ad197dd8d 100644 --- a/ml-agents-envs/mlagents_envs/__init__.py +++ b/ml-agents-envs/mlagents_envs/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.20.dev0" +__version__ = "0.20.0.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None diff --git a/ml-agents/mlagents/trainers/__init__.py b/ml-agents/mlagents/trainers/__init__.py index 825c96428b..5ad197dd8d 100644 --- a/ml-agents/mlagents/trainers/__init__.py +++ b/ml-agents/mlagents/trainers/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.20.dev0" +__version__ = "0.20.0.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None