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 179069b commit a1998b7Copy full SHA for a1998b7
setup.py
@@ -35,13 +35,13 @@
35
setup(
36
name="chemicalx",
37
packages=find_packages(),
38
- version="0.0.3",
+ version="0.0.4",
39
license="Apache License, Version 2.0",
40
description="A Deep Learning Library for Drug Pair Scoring.",
41
author="Benedek Rozemberczki and Charles Hoyt",
42
author_email="",
43
url="https://github.com/AstraZeneca/chemicalx",
44
- download_url="https://github.com/AstraZeneca/chemicalx/archive/v_00003.tar.gz",
+ download_url="https://github.com/AstraZeneca/chemicalx/archive/v.0.0.4.tar.gz",
45
keywords=keywords,
46
install_requires=install_requires,
47
setup_requires=setup_requires,
0 commit comments