-
Notifications
You must be signed in to change notification settings - Fork 104
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
Showing
14 changed files
with
16 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
1.25.0 | ||
rc | ||
4 | ||
5 | ||
|
||
9eb55792a0ccb09381368b6f821160dc225e7ec76b091b66399e3a45efa6b2eb | ||
fb050aa71573d5fa10bd25da82988031196f0c23784843db27f103451da7ea1b |
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
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 |
---|---|---|
|
@@ -98,7 +98,7 @@ | |
|
||
setup( | ||
name="epam.indigo", | ||
version="1.25.0.rc4", | ||
version="1.25.0.rc5", | ||
description="Indigo universal cheminformatics toolkit", | ||
author="EPAM Systems Life Science Department", | ||
author_email="[email protected]", | ||
|
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 +1 @@ | ||
__version__ = "1.25.0.rc4" | ||
__version__ = "1.25.0.rc5" |
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
|
||
setup( | ||
name="bingo_elastic", | ||
version="1.25.0.rc4", | ||
version="1.25.0.rc5", | ||
description="Cartridge that provides fast, scalable, and efficient storage and searching solution for chemical information using Elasticsearch", | ||
author="Ruslan Khyurri", | ||
author_email="[email protected]", | ||
|
@@ -35,7 +35,7 @@ | |
download_url="https://pypi.org/project/bingo_elastic", | ||
python_requires=">=3.9", | ||
packages=["bingo_elastic", "bingo_elastic.model"], | ||
install_requires=["epam.indigo==1.25.0.rc4", "elasticsearch==7.16.2"], | ||
install_requires=["epam.indigo==1.25.0.rc5", "elasticsearch==7.16.2"], | ||
extras_require={ | ||
"async": ["elasticsearch[async]==7.16.2"], | ||
"dev": [ | ||
|
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 |
---|---|---|
|
@@ -95,7 +95,7 @@ | |
|
||
setup( | ||
name="epam.indigo", | ||
version="1.25.0.rc4", | ||
version="1.25.0.rc5", | ||
description="Indigo universal cheminformatics toolkit", | ||
author="EPAM Systems Life Science Department", | ||
author_email="[email protected]", | ||
|