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