Skip to content

Commit 9423503

Browse files
Updates Tripy version to 0.0.9
1 parent 2838b73 commit 9423503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tripy/nvtripy/__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.8"
18+
__version__ = "0.0.9"
1919

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

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 = "nvtripy"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
authors = [{ name = "NVIDIA", email = "[email protected]" }]
55
description = "Tripy: A Python Programming Model For TensorRT"
66
readme = "README.md"

0 commit comments

Comments
 (0)