Skip to content

Commit 0064e1e

Browse files
committed
limix.io.genotype_reader working again
1 parent 8029d3d commit 0064e1e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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.73
2+
current_version = 0.7.74
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.73"
3+
version: "0.7.74"
44

55
source:
66
path: ../

limix/io

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
deprecated/io

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.73'
8+
VERSION = '0.7.74'
99

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

0 commit comments

Comments
 (0)