Skip to content

Commit 15da623

Browse files
authored
increment version to 0.2.0 (#517)
1 parent e55a7a5 commit 15da623

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Master]
44

5+
## [0.2.0] - 03/02/2021
6+
57
### Added
68

79
- Added converter for ``torch.Tensor.expand``

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def trt_lib_dir():
3737

3838
setup(
3939
name='torch2trt',
40-
version='0.1.0',
40+
version='0.2.0',
4141
description='An easy to use PyTorch to TensorRT converter',
4242
packages=find_packages(),
4343
ext_package='torch2trt',

0 commit comments

Comments
 (0)