diff --git a/Changelog b/Changelog index aabfb23..4413527 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +1.0.1 +-- +* Bugfix: Plotting will make axis high enough to display the FDR threshold +* Bugfix: math domain error due to very low pvalues fixed + 1.0.0 -- * Simplified command line args diff --git a/pygwas/__init__.py b/pygwas/__init__.py index f8c5d60..9671b8e 100644 --- a/pygwas/__init__.py +++ b/pygwas/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.0.0' +__version__ = '1.0.1' __updated__ = "20.11.2015" __date__ = "20.8.2014"