Skip to content

Commit

Permalink
Update the release version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c0d1f1ed committed Feb 16, 2024
1 parent 1c3d1fe commit 2ea89b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.13.0
2 changes: 1 addition & 1 deletion exts/omni.warp.core/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
# Semantic Versioning is used: https://semver.org/
version = "0.11.0"
version = "0.13.0"
authors = ["NVIDIA"]
title = "Warp Core"
description="The core Warp Python module"
Expand Down
4 changes: 2 additions & 2 deletions exts/omni.warp/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
# Semantic Versioning is used: https://semver.org/
version = "0.11.0"
version = "0.13.0"
authors = ["NVIDIA"]
title = "Warp"
description="Warp OmniGraph Nodes and Sample Scenes"
Expand Down Expand Up @@ -35,7 +35,7 @@ exclude = ["Ogn*Database.py", "*/ogn*"]
"omni.timeline" = {}
"omni.ui" = {optional = true}
"omni.usd" = {}
"omni.warp.core" = {version = "0.11.0", exact = true}
"omni.warp.core" = {version = "0.13.0", exact = true}

[[python.module]]
name = "omni.warp._extension"
Expand Down
2 changes: 1 addition & 1 deletion warp/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited.

version = "0.11.0"
version = "0.13.0"

cuda_path = (
None # path to local CUDA toolchain, if None at init time warp will attempt to find the SDK using CUDA_PATH env var
Expand Down

0 comments on commit 2ea89b0

Please sign in to comment.