Skip to content

Commit

Permalink
bumped the patch number on the version to represent a bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtb324 committed Apr 10, 2024
1 parent f0c2170 commit dcc75b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# LDSC (LD SCore) `v2.0.1`
# LDSC (LD SCore) `v2.0.2`

`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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
except AttributeError:
raise ImportError('LDSC requires pandas version >= 0.17.0')

__version__ = '2.0.0'
__version__ = '2.0.2'
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = (this_directory / "README.md").read_text()

setup(name='ldsc',
version='2.0.1',
version='2.0.2',
description='LD Score Regression (LDSC)',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit dcc75b4

Please sign in to comment.