diff --git a/VERSION.md b/VERSION.md index 7dea76ed..6d7de6e6 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -1.0.1 +1.0.2 diff --git a/exts/omni.warp.core/config/extension.toml b/exts/omni.warp.core/config/extension.toml index 47a626cf..a1f6527c 100644 --- a/exts/omni.warp.core/config/extension.toml +++ b/exts/omni.warp.core/config/extension.toml @@ -1,6 +1,6 @@ [package] # Semantic Versioning is used: https://semver.org/ -version = "1.0.1" +version = "1.0.2" authors = ["NVIDIA"] title = "Warp Core" description="The core Warp Python module" diff --git a/exts/omni.warp/config/extension.toml b/exts/omni.warp/config/extension.toml index b71f50d6..276624a1 100644 --- a/exts/omni.warp/config/extension.toml +++ b/exts/omni.warp/config/extension.toml @@ -1,7 +1,7 @@ [package] # Semantic Versioning is used: https://semver.org/ -version = "1.0.1" +version = "1.0.2" authors = ["NVIDIA"] title = "Warp" description="Warp OmniGraph Nodes and Sample Scenes" @@ -35,7 +35,7 @@ exclude = ["Ogn*Database.py", "*/ogn*"] "omni.timeline" = {} "omni.ui" = {optional = true} "omni.usd" = {} -"omni.warp.core" = {version = "1.0.1", exact = true} +"omni.warp.core" = {version = "1.0.2", exact = true} [[python.module]] name = "omni.warp._extension" diff --git a/warp/config.py b/warp/config.py index 3ab4c8e2..94088b3b 100644 --- a/warp/config.py +++ b/warp/config.py @@ -5,7 +5,7 @@ # distribution of this software and related documentation without an express # license agreement from NVIDIA CORPORATION is strictly prohibited. -version = "1.0.1" +version = "1.0.2" verify_fp = False # verify inputs and outputs are finite after each launch verify_cuda = False # if true will check CUDA errors after each kernel launch / memory operation