diff --git a/treecorr/_version.py b/treecorr/_version.py index 5f5b2fe1..fa139a0d 100644 --- a/treecorr/_version.py +++ b/treecorr/_version.py @@ -11,5 +11,5 @@ # this list of conditions, and the disclaimer given in the documentation # and/or other materials provided with the distribution. -__version__ = '5.0.0' +__version__ = '5.0.1' __version_info__ = tuple(map(int, __version__.split('.')))