Skip to content

Commit 2f4682a

Browse files
committed
Pip twice, again
1 parent 7ee1df8 commit 2f4682a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.7.67
2+
current_version = 0.7.68
33
files = setup.py conda-recipe/meta.yaml
44

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: limix
3-
version: "0.7.67"
3+
version: "0.7.68"
44

55
source:
66
path: ../

deploy/apt_limix_install

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ sudo apt-get install build-essential libc6 gfortran g++ \
88
python-matplotlib pkg-config libfreetype6-dev libpng12-dev \
99
python-h5py liblapack-dev python-pip python-pandas swig \
1010
python-sklearn-lib -y
11-
pip
11+
pip install limix
12+
hash -r
1213
pip install limix

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import importlib
66

77
PKG_NAME = 'limix'
8-
VERSION = '0.7.67'
8+
VERSION = '0.7.68'
99

1010
WORKDIR = os.path.abspath(os.path.dirname(__file__))
1111

0 commit comments

Comments
 (0)