We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee38977 commit e268836Copy full SHA for e268836
torchsparse/__init__.py
@@ -2,7 +2,7 @@
2
from .sparse_tensor import *
3
from .point_tensor import *
4
5
-__version__ = '1.1.0'
+__version__ = '1.2.0'
6
7
8
def cat(input_list, dim=1):
0 commit comments