We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e044971 commit f18c8a9Copy full SHA for f18c8a9
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.19'
+__version__ = '1.0.20'
32
NAN = float('nan')
33
INF = float('inf')
0 commit comments