Skip to content

Commit e268836

Browse files
author
Zhijian Liu
authored
Bump the version to 1.2.0 (#50)
1 parent ee38977 commit e268836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchsparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .sparse_tensor import *
33
from .point_tensor import *
44

5-
__version__ = '1.1.0'
5+
__version__ = '1.2.0'
66

77

88
def cat(input_list, dim=1):

0 commit comments

Comments
 (0)