Skip to content

Commit

Permalink
update setup.py v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybdub committed Jul 22, 2022
1 parent 9a048b0 commit 98f6ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def trt_lib_dir():

setup(
name='torch2trt',
version='0.3.0',
version='0.4.0',
description='An easy to use PyTorch to TensorRT converter',
packages=find_packages(exclude=exclude_dir),
ext_package='torch2trt',
Expand Down

0 comments on commit 98f6ac2

Please sign in to comment.