Commit 314d1637 authored by rusty1s's avatar rusty1s
Browse files

version up

parent 4aaf8e29
cmake_minimum_required(VERSION 3.0)
project(torchcluster)
set(CMAKE_CXX_STANDARD 14)
set(TORCHCLUSTER_VERSION 1.5.5)
set(TORCHCLUSTER_VERSION 1.5.6)
option(WITH_CUDA "Enable CUDA support" OFF)
......
......@@ -63,7 +63,7 @@ tests_require = ['pytest', 'pytest-cov', 'scipy']
setup(
name='torch_cluster',
version='1.5.5',
version='1.5.6',
author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de',
url='https://github.com/rusty1s/pytorch_cluster',
......
......@@ -3,7 +3,7 @@ import os.path as osp
import torch
__version__ = '1.5.5'
__version__ = '1.5.6'
for library in [
'_version', '_grid', '_graclus', '_fps', '_rw', '_sampler', '_nearest',
......
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