Skip to content

Commit 71a2c5b

Browse files
Correct docs and test
1 parent 26284b9 commit 71a2c5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chemicalx/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.5"
1+
__version__ = "0.0.6"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
setup(
3838
name="chemicalx",
3939
packages=find_packages(),
40-
version="0.0.5",
40+
version="0.0.6",
4141
license="Apache License, Version 2.0",
4242
description="A Deep Learning Library for Drug Pair Scoring.",
4343
author="Benedek Rozemberczki and Charles Hoyt",
4444
author_email="",
4545
url="https://github.com/AstraZeneca/chemicalx",
46-
download_url="https://github.com/AstraZeneca/chemicalx/archive/v0.0.5.tar.gz",
46+
download_url="https://github.com/AstraZeneca/chemicalx/archive/v0.0.6.tar.gz",
4747
keywords=keywords,
4848
install_requires=install_requires,
4949
setup_requires=setup_requires,

0 commit comments

Comments
 (0)