We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26284b9 commit 71a2c5bCopy full SHA for 71a2c5b
chemicalx/version.py
@@ -1 +1 @@
1
-__version__ = "0.0.5"
+__version__ = "0.0.6"
setup.py
@@ -37,13 +37,13 @@
37
setup(
38
name="chemicalx",
39
packages=find_packages(),
40
- version="0.0.5",
+ version="0.0.6",
41
license="Apache License, Version 2.0",
42
description="A Deep Learning Library for Drug Pair Scoring.",
43
author="Benedek Rozemberczki and Charles Hoyt",
44
author_email="",
45
url="https://github.com/AstraZeneca/chemicalx",
46
- download_url="https://github.com/AstraZeneca/chemicalx/archive/v0.0.5.tar.gz",
+ download_url="https://github.com/AstraZeneca/chemicalx/archive/v0.0.6.tar.gz",
47
keywords=keywords,
48
install_requires=install_requires,
49
setup_requires=setup_requires,
0 commit comments