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',