We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f11638 commit f0b71cbCopy full SHA for f0b71cb
HISTORY.rst
@@ -1,6 +1,13 @@
1
Version History
2
===============
3
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
11
v2.0.2 (10/03/2022)
12
-------------------
13
nappy/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '2.0.2'
+__version__ = '2.0.3'
from nappy.nappy_api import *
0 commit comments