From 0064e1eeb82a7c557229c913758baafada3384f4 Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Thu, 21 Apr 2016 02:18:16 +0100 Subject: [PATCH] limix.io.genotype_reader working again --- .bumpversion.cfg | 2 +- conda-recipe/meta.yaml | 2 +- limix/io | 1 + setup.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 limix/io diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7f89e02e..e70dc920 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.7.73 +current_version = 0.7.74 files = setup.py conda-recipe/meta.yaml diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index a089168f..dfd1eb33 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: limix - version: "0.7.73" + version: "0.7.74" source: path: ../ diff --git a/limix/io b/limix/io new file mode 120000 index 00000000..3fbe90db --- /dev/null +++ b/limix/io @@ -0,0 +1 @@ +deprecated/io \ No newline at end of file diff --git a/setup.py b/setup.py index dbb94de6..d517e270 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import importlib PKG_NAME = 'limix' -VERSION = '0.7.73' +VERSION = '0.7.74' WORKDIR = os.path.abspath(os.path.dirname(__file__))