Skip to content

Commit

Permalink
update to v1.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjinliu committed Jan 9, 2022
1 parent 49146db commit d35b21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.24.4.dev0"
__version__ = "1.24.4"

import logging
from functools import wraps
Expand All @@ -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

Expand Down

0 comments on commit d35b21b

Please sign in to comment.