Skip to content

Commit

Permalink
Updated version validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr committed Oct 4, 2024
1 parent aba93b0 commit 4b8dbb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com.unity.ml-agents.extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.ml-agents.extensions",
"displayName": "ML Agents Extensions",
"version": "0.6.1-exp.1",
"version": "0.6.1-preview",
"unity": "2023.2",
"description": "A source-only package for new features based on ML-Agents",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion utils/validate_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def set_version(
if csharp_extensions_version is not None:
# since this has never been promoted we need to keep
# it in preview forever or CI will fail
extension_version = f"{csharp_extensions_version}-exp.1"
extension_version = f"{csharp_extensions_version}-preview"
print(
f"Setting package version to {package_version} in {MLAGENTS_PACKAGE_JSON_PATH}"
f" and {MLAGENTS_EXTENSIONS_PACKAGE_JSON_PATH}"
Expand Down

0 comments on commit 4b8dbb4

Please sign in to comment.