From 7ee1df8e678382e445ab6281c40653cb3b7a5436 Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Tue, 12 Apr 2016 09:30:33 +0100 Subject: [PATCH] Pip twice --- .bumpversion.cfg | 2 +- conda-recipe/meta.yaml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c8e1f510..c0b1d4c4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.7.66 +current_version = 0.7.67 files = setup.py conda-recipe/meta.yaml diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 160f9308..a7a77606 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: limix - version: "0.7.66" + version: "0.7.67" source: path: ../ diff --git a/setup.py b/setup.py index 82b01a3e..aaa4105c 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import importlib PKG_NAME = 'limix' -VERSION = '0.7.66' +VERSION = '0.7.67' WORKDIR = os.path.abspath(os.path.dirname(__file__))