Skip to content

Commit 71ba594

Browse files
authored
bump to 1.1.0 instead
1 parent 2949f9d commit 71ba594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dynamic = [
2727
"readme",
2828
]
2929
dependencies = [
30-
"cuda-pathfinder >=1.0.1,<1.1",
30+
"cuda-pathfinder ~=1.1",
3131
"pywin32; sys_platform == 'win32'",
3232
]
3333

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
__version__ = "1.0.1"
4+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)