浏览代码

Version bump main (#5279)

* Version bump for the main branch following branching of release_17

* Messed up the extensions package version
/colab-links
GitHub 4 年前
当前提交
279e5c78
共有 5 个文件被更改,包括 9 次插入4 次删除
  1. 2
      com.unity.ml-agents.extensions/package.json
  2. 5
      com.unity.ml-agents/CHANGELOG.md
  3. 2
      gym-unity/gym_unity/__init__.py
  4. 2
      ml-agents-envs/mlagents_envs/__init__.py
  5. 2
      ml-agents/mlagents/trainers/__init__.py

2
com.unity.ml-agents.extensions/package.json


{
"name": "com.unity.ml-agents.extensions",
"displayName": "ML Agents Extensions",
"version": "0.3.1-preview",
"version": "0.4.0-preview",
"unity": "2019.4",
"description": "A source-only package for new features based on ML-Agents",
"dependencies": {

5
com.unity.ml-agents/CHANGELOG.md


and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Major Changes
### Minor Changes
### Bug Fixes
## [2.0.0-exp.1] - 2021-04-22
### Major Changes

2
gym-unity/gym_unity/__init__.py


# Version of the library that will be used to upload to pypi
__version__ = "0.26.0.dev0"
__version__ = "0.27.0.dev0"
# Git tag that will be checked to determine whether to trigger upload to pypi
__release_tag__ = None

2
ml-agents-envs/mlagents_envs/__init__.py


# Version of the library that will be used to upload to pypi
__version__ = "0.26.0.dev0"
__version__ = "0.27.0.dev0"
# Git tag that will be checked to determine whether to trigger upload to pypi
__release_tag__ = None

2
ml-agents/mlagents/trainers/__init__.py


# Version of the library that will be used to upload to pypi
__version__ = "0.26.0.dev0"
__version__ = "0.27.0.dev0"
# Git tag that will be checked to determine whether to trigger upload to pypi
__release_tag__ = None
正在加载...
取消
保存