Skip to content

Commit d7e9b9e

Browse files
Bump version to 1.7.0-rc.4
1 parent 18b7765 commit d7e9b9e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0-rc.3
1+
1.7.0-rc.4

exts/omni.warp.core/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
# Semantic Versioning is used: https://semver.org/
3-
version = "1.7.0-rc.3"
3+
version = "1.7.0-rc.4"
44
authors = ["NVIDIA"]
55
title = "Warp Core"
66
description="The core Warp Python module"

exts/omni.warp.core/docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## [1.7.0-rc.3] - 2025-04-01
3+
## [1.7.0-rc.4] - 2025-04-01
44

55
### Added
66

exts/omni.warp/config/extension.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
# Semantic Versioning is used: https://semver.org/
3-
version = "1.7.0-rc.3"
3+
version = "1.7.0-rc.4"
44
authors = ["NVIDIA"]
55
title = "Warp"
66
description="Warp OmniGraph Nodes and Sample Scenes"
@@ -36,7 +36,7 @@ exclude = ["Ogn*Database.py", "*/ogn*"]
3636
"omni.timeline" = {}
3737
"omni.ui" = {optional = true}
3838
"omni.usd" = {}
39-
"omni.warp.core" = {version = "1.7.0-rc.3", exact = true}
39+
"omni.warp.core" = {version = "1.7.0-rc.4", exact = true}
4040
"usdrt.scenegraph" = {}
4141

4242
[settings]

exts/omni.warp/docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## [1.7.0-rc.3] - 2025-04-01
3+
## [1.7.0-rc.4] - 2025-04-01
44

55
### Added
66

warp/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from typing import Optional
1717

18-
version: str = "1.7.0-rc.3"
18+
version: str = "1.7.0-rc.4"
1919
"""Warp version string"""
2020

2121
verify_fp: bool = False

0 commit comments

Comments
 (0)