Skip to content

Commit 7b29daa

Browse files
Version bump main (#5279)
* Version bump for the main branch following branching of release_17 * Messed up the extensions package version
1 parent 86a4070 commit 7b29daa

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.ml-agents.extensions",
33
"displayName": "ML Agents Extensions",
4-
"version": "0.3.1-preview",
4+
"version": "0.4.0-preview",
55
"unity": "2019.4",
66
"description": "A source-only package for new features based on ML-Agents",
77
"dependencies": {

com.unity.ml-agents/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to
77
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## [Unreleased]
10+
### Major Changes
11+
### Minor Changes
12+
### Bug Fixes
13+
914

1015
## [2.0.0-exp.1] - 2021-04-22
1116
### Major Changes

gym-unity/gym_unity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version of the library that will be used to upload to pypi
2-
__version__ = "0.26.0.dev0"
2+
__version__ = "0.27.0.dev0"
33

44
# Git tag that will be checked to determine whether to trigger upload to pypi
55
__release_tag__ = None
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version of the library that will be used to upload to pypi
2-
__version__ = "0.26.0.dev0"
2+
__version__ = "0.27.0.dev0"
33

44
# Git tag that will be checked to determine whether to trigger upload to pypi
55
__release_tag__ = None
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version of the library that will be used to upload to pypi
2-
__version__ = "0.26.0.dev0"
2+
__version__ = "0.27.0.dev0"
33

44
# Git tag that will be checked to determine whether to trigger upload to pypi
55
__release_tag__ = None

0 commit comments

Comments
 (0)