Increment versions after release 15 branch split
{
"name": "com.unity.ml-agents.extensions",
"displayName": "ML Agents Extensions",
"version": "0.2.0-preview",
"version": "0.3.0-preview",
"com.unity.ml-agents": "1.8.1-preview"
"com.unity.ml-agents": "1.9.0-preview"
}
/// Unity package version of com.unity.ml-agents.
/// This must match the version string in package.json and is checked in a unit test.
/// </summary>
internal const string k_PackageVersion = "1.8.1-preview";
internal const string k_PackageVersion = "1.9.0-preview";
const int k_EditorTrainingPort = 5004;
"name": "com.unity.ml-agents",
"displayName": "ML Agents",
"version": "1.8.1-preview",
"version": "1.9.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": {
# Version of the library that will be used to upload to pypi
__version__ = "0.25.0.dev0"
__version__ = "0.26.0.dev0"
# Git tag that will be checked to determine whether to trigger upload to pypi
__release_tag__ = None