Skip to content

Commit 67041bc

Browse files
committed
Corrected version number printed when -v is used
1 parent 25f447a commit 67041bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eigenstrat_snp_coverage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pandas as pd
55
from collections import OrderedDict
66

7-
VERSION = "1.0.0"
7+
VERSION = "1.0.1"
88

99
## A function to return the number of lines of a file
1010
def file_len(fname):
@@ -97,4 +97,4 @@ def get_ind_names(indf):
9797
if args.json:
9898
with open(json_output, 'w') as json_outfile:
9999
json.dump(data, json_outfile)
100-
100+

0 commit comments

Comments
 (0)