From b3805eebc1ec15bfd1c0209d3bd854aaf64fd777 Mon Sep 17 00:00:00 2001 From: pranavm Date: Tue, 28 Jan 2025 10:14:49 -0800 Subject: [PATCH] Updates version to 0.0.10 --- tripy/nvtripy/__init__.py | 2 +- tripy/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tripy/nvtripy/__init__.py b/tripy/nvtripy/__init__.py index ee6f11484..bdf12734a 100644 --- a/tripy/nvtripy/__init__.py +++ b/tripy/nvtripy/__init__.py @@ -15,7 +15,7 @@ # limitations under the License. # -__version__ = "0.0.9" +__version__ = "0.0.10" # Import TensorRT to make sure all dependent libraries are loaded first. import tensorrt diff --git a/tripy/pyproject.toml b/tripy/pyproject.toml index f34e1e0ac..cc44d2536 100644 --- a/tripy/pyproject.toml +++ b/tripy/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nvtripy" -version = "0.0.9" +version = "0.0.10" authors = [{ name = "NVIDIA", email = "svc_tensorrt@nvidia.com" }] description = "Tripy: A Python Programming Model For TensorRT" readme = "README.md"