Skip to content

Commit

Permalink
Updates Tripy version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavm-nvidia committed Jan 22, 2025
1 parent 2838b73 commit 0426e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tripy/nvtripy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

__version__ = "0.0.8"
__version__ = "0.0.9"

# Import TensorRT to make sure all dependent libraries are loaded first.
import tensorrt
Expand Down
2 changes: 1 addition & 1 deletion tripy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nvtripy"
version = "0.0.8"
version = "0.0.9"
authors = [{ name = "NVIDIA", email = "[email protected]" }]
description = "Tripy: A Python Programming Model For TensorRT"
readme = "README.md"
Expand Down

0 comments on commit 0426e93

Please sign in to comment.