File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- 1.9.0-rc.1
1
+ 1.9.0-rc.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
# Semantic Versioning is used: https://semver.org/
3
- version = " 1.9.0-rc.1 "
3
+ version = " 1.9.0-rc.2 "
4
4
authors = [" NVIDIA" ]
5
5
title = " Warp Core"
6
6
description =" The core Warp Python module"
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## [ 1.9.0-rc.1 ] - 2025-09-04
3
+ ## [ 1.9.0-rc.2 ] - 2025-09-04
4
4
5
5
### Added
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
# Semantic Versioning is used: https://semver.org/
3
- version = " 1.9.0-rc.1 "
3
+ version = " 1.9.0-rc.2 "
4
4
authors = [" NVIDIA" ]
5
5
title = " Warp"
6
6
description =" Warp OmniGraph Nodes and Sample Scenes"
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## [ 1.9.0-rc.1 ] - 2025-09-04
3
+ ## [ 1.9.0-rc.2 ] - 2025-09-04
4
4
5
5
### Added
6
6
Original file line number Diff line number Diff line change 15
15
16
16
from typing import Optional
17
17
18
- version : str = "1.9.0-rc.1 "
18
+ version : str = "1.9.0-rc.2 "
19
19
"""Warp version string"""
20
20
21
21
verify_fp : bool = False
You can’t perform that action at this time.
0 commit comments