Skip to content

Commit

Permalink
increment version number to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pettyalex committed Oct 12, 2022
1 parent f3a2586 commit 367b473
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,3 +1,4 @@
11.10.22 v2.0.0; port to Python 3 and update to newer versions of pandas, numpy, and more
02.01.20 Fix KeyError in allele_merge
30.07.19 v1.0.1; update changelog and increment version for edits on this date (see #164)
30.07.19 Fix to display of liability scale gencov, h2 in rg results log (see #162)
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@

# LDSC (LD SCore) `v1.0.1`
# LDSC (LD SCore) `v2.0.0`

`ldsc` is a command line tool for estimating heritability and genetic correlation from GWAS summary statistics. `ldsc` also computes LD Scores.

Expand Down
2 changes: 1 addition & 1 deletion ldsc.py
Expand Up @@ -27,7 +27,7 @@
except AttributeError:
raise ImportError('LDSC requires pandas version >= 0.17.0')

__version__ = '1.0.1'
__version__ = '2.0.0'
MASTHEAD = "*********************************************************************\n"
MASTHEAD += "* LD Score Regression (LDSC)\n"
MASTHEAD += "* Version {V}\n".format(V=__version__)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='ldsc',
version='1.0',
version='2.0',
description='LD Score Regression (LDSC)',
url='http://github.com/bulik/ldsc',
author='Brendan Bulik-Sullivan and Hilary Finucane',
Expand Down

0 comments on commit 367b473

Please sign in to comment.