Skip to content

Commit f0b71cb

Browse files
committed
Updates ready for new release: v2.0.3
1 parent 4f11638 commit f0b71cb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Version History
22
===============
33

4+
v2.0.3 (06/02/2024)
5+
-------------------
6+
7+
Bug Fixes
8+
^^^^^^^^^
9+
* Fixed problem with `pip install` failing (by moving `import numpy` line).
10+
411
v2.0.2 (10/03/2022)
512
-------------------
613

nappy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '2.0.2'
1+
__version__ = '2.0.3'
22

33
from nappy.nappy_api import *

0 commit comments

Comments
 (0)