Skip to content

Commit

Permalink
verison up
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Aug 5, 2020
1 parent 0841c7c commit fb48f52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ install:
- source script/torch.sh
- pip install flake8 codecov
- pip install scipy==1.4.1
- pip install .[test]
- python setup.py install
script:
- flake8 .
- python setup.py test
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(torchcluster)
set(CMAKE_CXX_STANDARD 14)
set(TORCHCLUSTER_VERSION 1.5.6)
set(TORCHCLUSTER_VERSION 1.5.7)

option(WITH_CUDA "Enable CUDA support" OFF)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_extensions():

setup(
name='torch_cluster',
version='1.5.6',
version='1.5.7',
author='Matthias Fey',
author_email='[email protected]',
url='https://github.com/rusty1s/pytorch_cluster',
Expand Down
2 changes: 1 addition & 1 deletion torch_cluster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import torch

__version__ = '1.5.6'
__version__ = '1.5.7'

for library in [
'_version', '_grid', '_graclus', '_fps', '_rw', '_sampler', '_nearest',
Expand Down

0 comments on commit fb48f52

Please sign in to comment.