diff --git a/LDpred.py b/LDpred.py index 91a85ea..eba7d47 100755 --- a/LDpred.py +++ b/LDpred.py @@ -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! diff --git a/README.md b/README.md index e3d33f0..711cd1c 100644 --- a/README.md +++ b/README.md @@ -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