Skip to content

Commit 2a09483

Browse files
committed
version up
1 parent 139cc6c commit 2a09483

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.0)
22
project(torchsparse)
33
set(CMAKE_CXX_STANDARD 14)
4-
set(TORCHSPARSE_VERSION 0.6.6)
4+
set(TORCHSPARSE_VERSION 0.6.7)
55

66
option(WITH_CUDA "Enable CUDA support" OFF)
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_extensions():
8080

8181
setup(
8282
name='torch_sparse',
83-
version='0.6.6',
83+
version='0.6.7',
8484
author='Matthias Fey',
8585
author_email='[email protected]',
8686
url='https://github.com/rusty1s/pytorch_sparse',

torch_sparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import torch
55

6-
__version__ = '0.6.6'
6+
__version__ = '0.6.7'
77

88
for library in [
99
'_version', '_convert', '_diag', '_spmm', '_spspmm', '_metis', '_rw',

0 commit comments

Comments
 (0)