Skip to content

Commit

Permalink
Bump to 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Nov 21, 2024
1 parent 2ca29c6 commit 27eea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamatrix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
from datamatrix._datamatrix._nifticolumn import NiftiColumn
from datamatrix._datamatrix._datamatrix import DataMatrix

__version__ = '1.0.13'
__version__ = '1.0.14'
NAN = float('nan')
INF = float('inf')

0 comments on commit 27eea9a

Please sign in to comment.