Skip to content

Commit 4c1e16a

Browse files
committed
bump version
1 parent 4087b0d commit 4c1e16a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="stackview",
8-
version="0.9.0",
8+
version="0.9.1",
99
author="Robert Haase",
1010
author_email="robert.haase@uni-leipzig.de",
1111
description="Interactive image stack viewing in jupyter notebooks",

stackview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.9.0"
1+
__version__ = "0.9.1"
22

33
from ._static_view import jupyter_displayable_output, insight
44
from ._utilities import merge_rgb

0 commit comments

Comments
 (0)