diff --git a/nd2reader/__init__.py b/nd2reader/__init__.py index d50c9b3..699ae3f 100644 --- a/nd2reader/__init__.py +++ b/nd2reader/__init__.py @@ -1,4 +1,4 @@ from nd2reader.reader import ND2Reader from nd2reader.legacy import Nd2 -__version__ = '3.1.0' +__version__ = '3.2.0'