Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lyon authored Mar 23, 2021
1 parent f439369 commit 0cf2241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


def main():
version = "1.3.0"
version = "1.3.1"

parser = argparse.ArgumentParser(description='Map GWAS summary statistics to VCF/BCF')
parser.add_argument('-v', '--version', action='version', version='%(prog)s {}'.format(version))
Expand Down

0 comments on commit 0cf2241

Please sign in to comment.