Skip to content

Commit 27090b0

Browse files
committed
fix version
1 parent 908779b commit 27090b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
5353
- name: Check package metadata
5454
run: |
55-
pyroma --min=9 .
55+
pyroma --min=10 .

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from torch.utils.cpp_extension import (CUDA_HOME, BuildExtension, CppExtension,
1212
CUDAExtension)
1313

14-
__version__ = '1.6.0',
14+
__version__ = '1.6.0'
1515
URL = 'https://github.com/rusty1s/pytorch_cluster'
1616

1717
WITH_CUDA = torch.cuda.is_available() and CUDA_HOME is not None

0 commit comments

Comments
 (0)