From e1f720c2d6bbd74afda70a441d92b812d08f08de Mon Sep 17 00:00:00 2001 From: SurgeArrester Date: Sun, 28 Feb 2021 16:38:32 +0000 Subject: [PATCH] updated setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d0e9d2d..79f8c4c 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name = 'ElM2D', packages = ['ElM2D'], - version = '0.1.6', + version = '0.1.7', license='GPL3', description = 'A high performance mapping class to embed large datasets of ionic compositions with respect to the ElMD metric.', author = 'Cameron Hagreaves', author_email = 'cameron.h@rgreaves.me.uk', url = 'https://github.com/lrcfmd/ElM2D/', - download_url = 'https://github.com/lrcfmd/ElM2D/archive/0.1.6.tar.gz', + download_url = 'https://github.com/lrcfmd/ElM2D/archive/0.1.7.tar.gz', keywords = ['ChemInformatics', 'Materials Science', 'Machine Learning', 'Materials Representation'], install_requires=[ 'cython',