We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48debad commit ae3b35eCopy full SHA for ae3b35e
setup.py
@@ -26,13 +26,13 @@
26
setup(
27
name="chemicalx",
28
packages=find_packages(),
29
- version="0.0.2",
+ version="0.0.3",
30
license="Apache License, Version 2.0",
31
description="A Deep Learning Library for Drug Pair Scoring.",
32
author="Benedek Rozemberczki and Charles Hoyt",
33
author_email="",
34
url="https://github.com/AstraZeneca/chemicalx",
35
- download_url="https://github.com/AstraZeneca/chemicalx/archive/v_00002.tar.gz",
+ download_url="https://github.com/AstraZeneca/chemicalx/archive/v_00003.tar.gz",
36
keywords=keywords,
37
install_requires=install_requires,
38
setup_requires=setup_requires,
0 commit comments