diff --git a/nd2reader/__init__.py b/nd2reader/__init__.py index f89d1f6..930bf34 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.0.7' +__version__ = '3.0.8'