From d35b21be7739c3073ae87486673af68b1cdb2853 Mon Sep 17 00:00:00 2001 From: hanjinliu Date: Sun, 9 Jan 2022 19:12:42 +0900 Subject: [PATCH] update to v1.24.4 --- impy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/impy/__init__.py b/impy/__init__.py index d0143017..9f2dc593 100644 --- a/impy/__init__.py +++ b/impy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.24.4.dev0" +__version__ = "1.24.4" import logging from functools import wraps @@ -18,7 +18,7 @@ from .binder import bind from .viewer import gui, GUIcanvas from .correlation import * -from .arrays import ImgArray, LazyImgArray # for typing +from .arrays import ImgArray, LazyImgArray # for typing from . import random import numpy as np