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 6b4d97f commit ae92828Copy full SHA for ae92828
setup.py
@@ -80,7 +80,7 @@ def get_extensions():
80
81
setup(
82
name='torch_sparse',
83
- version='0.6.0',
+ version='0.6.1',
84
author='Matthias Fey',
85
author_email='matthias.fey@tu-dortmund.de',
86
url='https://github.com/rusty1s/pytorch_sparse',
torch_sparse/__init__.py
@@ -3,7 +3,7 @@
3
4
import torch
5
6
-__version__ = '0.6.0'
+__version__ = '0.6.1'
7
expected_torch_version = (1, 4)
8
9
try:
0 commit comments