Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.3"
__version__ = "0.1.4"

# 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.1.3"
version = "0.1.4"
authors = [{ name = "NVIDIA", email = "[email protected]" }]
description = "Tripy: A Python Programming Model For TensorRT"
readme = "README.md"
Expand Down