Skip to content

Commit

Permalink
Merge pull request #29 from AstraZeneca/bump
Browse files Browse the repository at this point in the history
Bump Version 0.0.8
  • Loading branch information
benedekrozemberczki authored Jan 14, 2022
2 parents ddb47ea + c999d67 commit acd14d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chemicalx/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.8"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
setup(
name="chemicalx",
packages=find_packages(),
version="0.0.7",
version="0.0.8",
license="Apache License, Version 2.0",
description="A Deep Learning Library for Drug Pair Scoring.",
author="Benedek Rozemberczki and Charles Hoyt",
author_email="",
url="https://github.com/AstraZeneca/chemicalx",
download_url="https://github.com/AstraZeneca/chemicalx/archive/v0.0.7.tar.gz",
download_url="https://github.com/AstraZeneca/chemicalx/archive/v0.0.8.tar.gz",
keywords=keywords,
install_requires=install_requires,
setup_requires=setup_requires,
Expand Down

0 comments on commit acd14d4

Please sign in to comment.