Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 11, 2022
1 parent 908779b commit 27090b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Check package metadata
run: |
pyroma --min=9 .
pyroma --min=10 .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
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
Expand Down

0 comments on commit 27090b0

Please sign in to comment.