Skip to content

Commit

Permalink
Merge pull request #66 from cedadev/fix-pip-build-problem
Browse files Browse the repository at this point in the history
Updates ready for new release: v2.0.3
  • Loading branch information
agstephens authored Feb 6, 2024
2 parents 1622041 + f0b71cb commit 595bddc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion nappy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '2.0.2'
__version__ = '2.0.3'

from nappy.nappy_api import *

0 comments on commit 595bddc

Please sign in to comment.