diff --git a/setup.py b/setup.py index 83ecf16..a325795 100644 --- a/setup.py +++ b/setup.py @@ -15,13 +15,13 @@ setup( name="chemicalx", packages=find_packages(), - version="0.0.1", + version="0.0.2", license="Apache License, Version 2.0", description="A Deep Learning Library for Drug Pair Scoring.", author="Benedek Rozemberczki and Charles Hoyt", author_email="", url="https://github.com/AstraZeneca/chemicalx", - download_url="https://github.com/AstraZeneca/chemicalx/archive/v_00001.tar.gz", + download_url="https://github.com/AstraZeneca/chemicalx/archive/v_00002.tar.gz", keywords=keywords, install_requires=install_requires, setup_requires=setup_requires,