Commit 27090b07 authored by rusty1s's avatar rusty1s
Browse files

fix version

parent 908779b2
......@@ -52,4 +52,4 @@ jobs:
- name: Check package metadata
run: |
pyroma --min=9 .
pyroma --min=10 .
......@@ -11,7 +11,7 @@ from torch.__config__ import parallel_info
from torch.utils.cpp_extension import (CUDA_HOME, BuildExtension, CppExtension,
CUDAExtension)
__version__ = '1.6.0',
__version__ = '1.6.0'
URL = 'https://github.com/rusty1s/pytorch_cluster'
WITH_CUDA = torch.cuda.is_available() and CUDA_HOME is not None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment