Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
bvilhjal committed Mar 12, 2019
1 parent 55cc763 commit d6b3778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LDpred.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys
import textwrap

__version__ = '1.0.2'
__version__ = '1.0.3'


parser = argparse.ArgumentParser(prog='LDpred',
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ LDpred is a Python based software package that adjusts GWAS summary statistics
for the effects of linkage disequilibrium (LD). The details of the method is
described in Vilhjalmsson et al. (AJHG 2015) [http://www.cell.com/ajhg/abstract/S0002-9297(15)00365-1]

* The current version is 1.0.2
* The current version is 1.0.3

## Getting Started ##
### News ###

Mar 9th, 2019: Version 1.0.2 released and is available on pip using
Mar 12th, 2019: Version 1.0.3 released and is available on pip using

`pip install ldpred`

Expand Down

0 comments on commit d6b3778

Please sign in to comment.