Skip to content

Commit 669fc0b

Browse files
Updates version to 0.0.3
1 parent 42a38e3 commit 669fc0b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

tripy/docs/packages.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
<body>
1111
<h1>Package Index</h1>
12+
<a
13+
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/tripy-v0.0.3/tripy-0.0.3-py3-none-any.whl">tripy-0.0.3-py3-none-any.whl</a><br>
14+
1215
<a
1316
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/tripy-v0.0.2/tripy-0.0.2-py3-none-any.whl">tripy-0.0.2-py3-none-any.whl</a><br>
1417

@@ -65,7 +68,7 @@ <h1>Package Index</h1>
6568
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.32/mlir_tensorrt_runtime-0.1.32+cuda12.trt102-cp312-cp312-linux_x86_64.whl">mlir_tensorrt_runtime-0.1.32+cuda12.trt102-cp312-cp312-linux_x86_64.whl</a><br>
6669
<a
6770
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.32/mlir_tensorrt_runtime-0.1.32+cuda12.trt102-cp39-cp39-linux_x86_64.whl">mlir_tensorrt_runtime-0.1.32+cuda12.trt102-cp39-cp39-linux_x86_64.whl</a><br>
68-
71+
6972
<a
7073
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.34/mlir_tensorrt_compiler-0.1.34+cuda12.trt102-cp310-cp310-linux_x86_64.whl">mlir_tensorrt_compiler-0.1.34+cuda12.trt102-cp310-cp310-linux_x86_64.whl</a><br>
7174
<a

tripy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tripy"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
authors = [{name = "NVIDIA", email="[email protected]"}]
55
description = "Tripy: A Python Programming Model For TensorRT"
66
readme = "README.md"

tripy/tripy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
__version__ = "0.0.2"
18+
__version__ = "0.0.3"
1919

2020
# Import TensorRT to make sure all dependent libraries are loaded first.
2121
import tensorrt

0 commit comments

Comments
 (0)