From 494df50158d9e4d5332386d678f65fee4ebdc425 Mon Sep 17 00:00:00 2001 From: Raphael Townshend Date: Fri, 1 Jan 2021 17:44:14 -0800 Subject: [PATCH] Fix link in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9893b0e..dcc8a60 100644 --- a/setup.py +++ b/setup.py @@ -15,13 +15,13 @@ 'atom3d.filters', 'atom3d.data', ]), - version='0.1.1', + version='0.1.2', description='ATOM3D: Tasks On Molecules in 3 Dimensions', author='ATOM3D developers', license='MIT', long_description=long_description, long_description_content_type="text/markdown", - url="https://atom3d.ai", + url="https://www.atom3d.ai", install_requires=[ 'argparse', 'biopython',