Skip to content

Commit 8ea5d22

Browse files
committed
bump version
1 parent c0e42f2 commit 8ea5d22

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.7.3",
8+
version="0.7.4",
99
author="Robert Haase",
1010
author_email="robert.haase@tu-dresden.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.7.3"
1+
__version__ = "0.7.4"
22

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

0 commit comments

Comments
 (0)