Commit 79f49857 authored by rusty1s's avatar rusty1s
Browse files

fixed version call

parent c692eb09
......@@ -8,7 +8,7 @@ from .functions.mean import scatter_mean_, scatter_mean
from .functions.max import scatter_max_, scatter_max
from .functions.min import scatter_min_, scatter_min
filename = osp.join(osp.dirname(__file__), '..', 'VERSION')
filename = osp.join(osp.dirname(__file__), 'VERSION')
with open(filename, 'r') as f:
__version__ = f.read().strip()
......
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