From 92d644a993a78924e6f9cab53640a276666d02c0 Mon Sep 17 00:00:00 2001 From: Raphael Townshend Date: Wed, 3 Feb 2021 00:27:48 -0800 Subject: [PATCH] v0.1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf2f196..43e2e0f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'atom3d.filters', 'atom3d.data', ]), - version='0.1.3', + version='0.1.4', description='ATOM3D: Tasks On Molecules in 3 Dimensions', author='ATOM3D developers', license='MIT',