We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55a7a5 commit 15da623Copy full SHA for 15da623
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Master]
4
5
+## [0.2.0] - 03/02/2021
6
+
7
### Added
8
9
- Added converter for ``torch.Tensor.expand``
setup.py
@@ -37,7 +37,7 @@ def trt_lib_dir():
37
38
setup(
39
name='torch2trt',
40
- version='0.1.0',
+ version='0.2.0',
41
description='An easy to use PyTorch to TensorRT converter',
42
packages=find_packages(),
43
ext_package='torch2trt',
0 commit comments