"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "f32ea81b21f5a92cebcae44aae86d3248f05df13"
Commit 7c6fa5d3 authored by rusty1s's avatar rusty1s
Browse files

version up

parent 19a94a91
cmake_minimum_required(VERSION 3.0)
project(torchscatter)
set(CMAKE_CXX_STANDARD 14)
set(TORCHSCATTER_VERSION 2.0.6)
set(TORCHSCATTER_VERSION 2.0.7)
option(WITH_CUDA "Enable CUDA support" OFF)
......
......@@ -81,7 +81,7 @@ tests_require = ['pytest', 'pytest-cov']
setup(
name='torch_scatter',
version='2.0.6',
version='2.0.7',
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.6'
__version__ = '2.0.7'
suffix = 'cuda' if torch.cuda.is_available() else 'cpu'
......
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