Commit 07e3eae0 authored by rusty1s's avatar rusty1s
Browse files

new release version

parent 1a3427b8
cmake_minimum_required(VERSION 3.0)
project(torchsplineconv)
set(CMAKE_CXX_STANDARD 14)
set(TORCHSPLINECONV_VERSION 1.5.4)
set(TORCHSPLINECONV_VERSION 1.2.1)
option(WITH_CUDA "Enable CUDA support" OFF)
......
......@@ -69,7 +69,7 @@ tests_require = ['pytest', 'pytest-cov']
setup(
name='torch_spline_conv',
version='1.2.0',
version='1.2.1',
author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de',
url='https://github.com/rusty1s/pytorch_spline_conv',
......
......@@ -3,7 +3,7 @@ import os.path as osp
import torch
__version__ = '1.2.0'
__version__ = '1.2.1'
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