From f0b71cb6009a70693cac9cdfb78dd025ab8107a8 Mon Sep 17 00:00:00 2001 From: agstephens Date: Tue, 6 Feb 2024 15:20:05 +0000 Subject: [PATCH] Updates ready for new release: v2.0.3 --- HISTORY.rst | 7 +++++++ nappy/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 *