We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4087b0d commit 4c1e16aCopy full SHA for 4c1e16a
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="stackview",
8
- version="0.9.0",
+ version="0.9.1",
9
author="Robert Haase",
10
author_email="robert.haase@uni-leipzig.de",
11
description="Interactive image stack viewing in jupyter notebooks",
stackview/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.9.0"
+__version__ = "0.9.1"
2
3
from ._static_view import jupyter_displayable_output, insight
4
from ._utilities import merge_rgb
0 commit comments