From 3c4c357fe9a16519475da778c03c3ad3266e1275 Mon Sep 17 00:00:00 2001 From: Raphael Townshend Date: Wed, 3 Feb 2021 00:40:39 -0800 Subject: [PATCH] Allow list of paths code to use absolute paths. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43e2e0f..2d7b8eb 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'atom3d.filters', 'atom3d.data', ]), - version='0.1.4', + version='0.1.5', description='ATOM3D: Tasks On Molecules in 3 Dimensions', author='ATOM3D developers', license='MIT',