Commit 5ce60ecc authored by rusty1s's avatar rusty1s
Browse files

version up

parent c72f36c0
cmake_minimum_required(VERSION 3.0)
project(torchscatter)
set(CMAKE_CXX_STANDARD 14)
set(TORCHSCATTER_VERSION 2.0.8)
set(TORCHSCATTER_VERSION 2.0.9)
option(WITH_CUDA "Enable CUDA support" OFF)
......
package:
name: pytorch-scatter
version: 2.0.8
version: 2.0.9
source:
path: ../..
......
......@@ -82,7 +82,7 @@ tests_require = ['pytest', 'pytest-runner', 'pytest-cov']
setup(
name='torch_scatter',
version='2.0.8',
version='2.0.9',
author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de',
url='https://github.com/rusty1s/pytorch_scatter',
......
......@@ -4,7 +4,7 @@ import os.path as osp
import torch
__version__ = '2.0.8'
__version__ = '2.0.9'
for library in ['_version', '_scatter', '_segment_csr', '_segment_coo']:
cuda_spec = importlib.machinery.PathFinder().find_spec(
......
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