Skip to content

Commit e6f566d

Browse files
Updates version to 0.0.7
1 parent 6a03870 commit e6f566d

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

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.0.6"
18+
__version__ = "0.0.7"
1919

2020
# Import TensorRT to make sure all dependent libraries are loaded first.
2121
import tensorrt

tripy/pyproject.toml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "nvtripy"
3-
version = "0.0.6"
4-
authors = [{name = "NVIDIA", email="[email protected]"}]
3+
version = "0.0.7"
4+
authors = [{ name = "NVIDIA", email = "[email protected]" }]
55
description = "Tripy: A Python Programming Model For TensorRT"
66
readme = "README.md"
77
requires-python = ">= 3.9"
8-
license = {text = "Apache 2.0"}
8+
license = { text = "Apache 2.0" }
99
dependencies = [
1010
"tensorrt~=10.0",
1111
"mlir-tensorrt-compiler==0.1.38+cuda12.trt105",
@@ -30,9 +30,7 @@ requires = [
3030
build-backend = "setuptools.build_meta"
3131

3232
[project.optional-dependencies]
33-
dev = [
34-
"pre-commit==3.6.0",
35-
]
33+
dev = ["pre-commit==3.6.0"]
3634
build = [
3735
"setuptools==75.3.0",
3836
"wheel==0.44.0",
@@ -93,11 +91,9 @@ exclude = '''
9391
'''
9492

9593
[tool.pytest.ini_options]
96-
testpaths = [
97-
"tests",
98-
]
94+
testpaths = ["tests"]
9995
addopts = "--strict-markers"
10096
markers = [
101-
"l1: Indicates that the test should only be run in nightlies.",
102-
"l1_release_package: Indicates that the test should be run in nightlies using the public build of Tripy."
97+
"l1: Indicates that the test should only be run in nightlies.",
98+
"l1_release_package: Indicates that the test should be run in nightlies using the public build of Tripy.",
10399
]

0 commit comments

Comments
 (0)