diff --git a/HISTORY.rst b/HISTORY.rst index 12f56c2..7e3ecca 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ Version History =============== +v2.0.3 (06/02/2024) +------------------- + +Bug Fixes +^^^^^^^^^ +* Fixed problem with `pip install` failing (by moving `import numpy` line). + v2.0.2 (10/03/2022) ------------------- diff --git a/nappy/__init__.py b/nappy/__init__.py index 1a91bf7..bee897e 100644 --- a/nappy/__init__.py +++ b/nappy/__init__.py @@ -1,3 +1,3 @@ -__version__ = '2.0.2' +__version__ = '2.0.3' from nappy.nappy_api import *