[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.0.6] - 2020-11-13
### Minor Changes
#### com.unity.ml-agents (C#)
- Update documentation with recommended version of Python trainer. (#4535)
/// 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.0.5";
internal const string k_PackageVersion = "1.0.6";
const int k_EditorTrainingPort = 5004;
{
"name": "com.unity.ml-agents",
"displayName": "ML Agents",
"version": "1.0.5",
"version": "1.0.6",
"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": {