We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95a7d0 commit 51c7e37Copy full SHA for 51c7e37
1 file changed
datamatrix/__init__.py
@@ -28,6 +28,6 @@
28
from datamatrix._datamatrix._nifticolumn import NiftiColumn
29
from datamatrix._datamatrix._datamatrix import DataMatrix
30
31
-__version__ = '1.0.15'
+__version__ = '1.0.16'
32
NAN = float('nan')
33
INF = float('inf')
0 commit comments