We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236905b commit 3647c1aCopy full SHA for 3647c1a
tripy/nvtripy/__init__.py
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
#
17
18
-__version__ = "0.1.0"
+__version__ = "0.1.1"
19
20
# Import TensorRT to make sure all dependent libraries are loaded first.
21
import tensorrt
tripy/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "nvtripy"
3
-version = "0.1.0"
+version = "0.1.1"
4
authors = [{ name = "NVIDIA", email = "[email protected]" }]
5
description = "Tripy: A Python Programming Model For TensorRT"
6
readme = "README.md"
0 commit comments