"python/vscode:/vscode.git/clone" did not exist on "89cd923581fec16d70ed536eceac7212dc6e0898"
Commit b1072a59 authored by rusty1s's avatar rusty1s
Browse files

version up

parent 1d135a2c
......@@ -20,7 +20,7 @@ if CUDA_HOME is not None:
['cuda/scatter.cpp', 'cuda/scatter_kernel.cu'])
]
__version__ = '1.1.0'
__version__ = '1.1.1'
url = 'https://github.com/rusty1s/pytorch_scatter'
install_requires = []
......@@ -41,4 +41,5 @@ setup(
tests_require=tests_require,
ext_modules=ext_modules,
cmdclass=cmdclass,
packages=find_packages(), )
packages=find_packages(),
)
......@@ -7,7 +7,7 @@ from .std import scatter_std
from .max import scatter_max
from .min import scatter_min
__version__ = '1.1.0'
__version__ = '1.1.1'
__all__ = [
'scatter_add',
......
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