We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd44e72 commit 8331379Copy full SHA for 8331379
setup.py
@@ -15,13 +15,13 @@
15
setup(
16
name="chemicalx",
17
packages=find_packages(),
18
- version="0.0.1",
+ version="0.0.2",
19
license="Apache License, Version 2.0",
20
description="A Deep Learning Library for Drug Pair Scoring.",
21
author="Benedek Rozemberczki and Charles Hoyt",
22
author_email="",
23
url="https://github.com/AstraZeneca/chemicalx",
24
- download_url="https://github.com/AstraZeneca/chemicalx/archive/v_00001.tar.gz",
+ download_url="https://github.com/AstraZeneca/chemicalx/archive/v_00002.tar.gz",
25
keywords=keywords,
26
install_requires=install_requires,
27
setup_requires=setup_requires,
0 commit comments