From f893453b096e3d15e9fd11a6781eba11a0a8f69d Mon Sep 17 00:00:00 2001 From: Raphael Townshend <177576+raphtown@users.noreply.github.com> Date: Mon, 22 Feb 2021 19:27:01 -0800 Subject: [PATCH] v0.2.0 Fully migrated to LMDB format. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b8d425..3a3e59e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'atom3d.filters', 'atom3d.data', ]), - version='0.1.7', + version='0.2.0', description='ATOM3D: Tasks On Molecules in 3 Dimensions', author='ATOM3D developers', license='MIT',