Skip to content

Commit

Permalink
Updating top Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bvilhjal committed Mar 8, 2019
1 parent 71a9521 commit fbdc433
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LDpred.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
import sys
import textwrap

__version__ = '1.0.1'
__version__ = '1.0.2'


parser = argparse.ArgumentParser(prog='LDpred',
formatter_class=argparse.RawDescriptionHelpFormatter,
description=textwrap.dedent("""\
\033[96mLDpred v. 1.0.1\033[0m
\033[96mLDpred v. 1.0.2\033[0m
--------------------------------------------------------------------------------------
Thank you for using\033[1m LDpred\033[0m!
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ 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.1
* The current version is 1.0.2

## Getting Started ##
### News ###
Mar 4th, 2019: Version 1.0.1 released.
Mar 9th, 2019: Version 1.0.2 released.

Mar 1st, 2019: Version 1.0 is finally available on pip using

Expand Down

0 comments on commit fbdc433

Please sign in to comment.