We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514434c commit c63fae1Copy full SHA for c63fae1
.travis.yml
@@ -13,7 +13,7 @@ install:
13
- conda config --set always_yes yes --set changeps1 no
14
- conda update -q conda
15
- conda init bash
16
- - conda install -q -c conda-forge rdkit openbabel numpy pandas scikit-learn matplotlib requests coverage progressbar2
+ - conda install -q -c conda-forge rdkit openbabel=2.4.1 numpy pandas scikit-learn matplotlib requests coverage progressbar2
17
- pip install codecov
18
- codecov
19
- codecov --token="e3f91a6d-dfcc-46dc-b73e-6546e1a3ae99"
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
setup(
3
name="CANDO",
4
- version="2.0.0",
+ version="2.0.1",
5
packages=['cando'],
6
license='BSD-3-Clause',
7
)
0 commit comments