Skip to content

Commit 67c72ad

Browse files
Updates version to 0.1.7
1 parent 4e0b05b commit 67c72ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.1.6"
18+
__version__ = "0.1.7"
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.1.6"
3+
version = "0.1.7"
44
authors = [{ name = "NVIDIA", email = "svc_tensorrt@nvidia.com" }]
55
description = "Tripy: A Python Programming Model For TensorRT"
66
readme = "README.md"

0 commit comments

Comments
 (0)