diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 29d8b1fc..5a9764a4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.7.71 +current_version = 0.7.72 files = setup.py conda-recipe/meta.yaml diff --git a/codeship-steps.yml b/codeship-steps.yml index 08223da7..440c0f19 100644 --- a/codeship-steps.yml +++ b/codeship-steps.yml @@ -28,6 +28,10 @@ tag: ^v[0-9]+\.[0-9]+\.[0-9]+$ command: /limix/deploy/pypi.step +- service: conda2 + tag: ^v[0-9]+\.[0-9]+\.[0-9]+$ + command: /limix/deploy/conda.step + - type: parallel steps: - service: ubuntu_latest @@ -41,7 +45,3 @@ - service: opensuse_latest tag: ^v[0-9]+\.[0-9]+\.[0-9]+$ command: /limix/deploy/test.pypi.zypper - -- service: conda2 - tag: ^v[0-9]+\.[0-9]+\.[0-9]+$ - command: /limix/deploy/conda.step diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index ad2927c2..e9d24649 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: limix - version: "0.7.71" + version: "0.7.72" source: path: ../ diff --git a/deploy/apt_limix_install b/deploy/apt_limix_install index 7bf3fa07..fbd32ee5 100755 --- a/deploy/apt_limix_install +++ b/deploy/apt_limix_install @@ -7,5 +7,5 @@ sudo apt-get -y -q install build-essential libc6 gfortran g++ \ python python-setuptools cython python-numpy python-scipy \ python-matplotlib pkg-config libfreetype6-dev libpng12-dev \ python-h5py liblapack-dev python-pip python-pandas swig \ - python-sklearn-lib + python-sklearn pip install limix diff --git a/setup.py b/setup.py index 547c65b8..11d7b6f2 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import importlib PKG_NAME = 'limix' -VERSION = '0.7.71' +VERSION = '0.7.72' WORKDIR = os.path.abspath(os.path.dirname(__file__))