Skip to content

Commit dc844c1

Browse files
Bump version to 1.9.0-rc.2
1 parent 95655e5 commit dc844c1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0-rc.1
1+
1.9.0-rc.2

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.9.0-rc.1"
3+
version = "1.9.0-rc.2"
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.9.0-rc.1] - 2025-09-04
3+
## [1.9.0-rc.2] - 2025-09-04
44

55
### Added
66

exts/omni.warp/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.9.0-rc.1"
3+
version = "1.9.0-rc.2"
44
authors = ["NVIDIA"]
55
title = "Warp"
66
description="Warp OmniGraph Nodes and Sample Scenes"

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.9.0-rc.1] - 2025-09-04
3+
## [1.9.0-rc.2] - 2025-09-04
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.9.0-rc.1"
18+
version: str = "1.9.0-rc.2"
1919
"""Warp version string"""
2020

2121
verify_fp: bool = False

0 commit comments

Comments
 (0)