Skip to content

Commit

Permalink
Updates ready for new release: v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
agstephens committed Feb 6, 2024
1 parent 4f11638 commit f0b71cb
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 f0b71cb

Please sign in to comment.