-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
578cce9
commit 05b3b54
Showing
5 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Contains the version of ChemicalX.""" | ||
|
||
__version__ = "0.0.9" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,13 +54,13 @@ | |
setup( | ||
name="chemicalx", | ||
packages=find_packages(), | ||
version="0.0.8", | ||
version="0.1.0", | ||
license="Apache License, Version 2.0", | ||
description="A Deep Learning Library for Drug Pair Scoring.", | ||
author="Benedek Rozemberczki and Charles Hoyt", | ||
author_email="[email protected]", | ||
url="https://github.com/AstraZeneca/chemicalx", | ||
download_url="https://github.com/AstraZeneca/chemicalx/archive/v0.0.8.tar.gz", | ||
download_url="https://github.com/AstraZeneca/chemicalx/archive/v0.1.0.tar.gz", | ||
keywords=keywords, | ||
install_requires=install_requires, | ||
setup_requires=setup_requires, | ||
|