Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
haesleinhuepf committed Jun 2, 2024
1 parent 4d7498a commit 1eae7c9
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

setuptools.setup(
name="stackview",
version="0.7.9",
version="0.7.10",
author="Robert Haase",
author_email="robert.haase@uni-leipzig.de",
description="Interactive image stack viewing in jupyter notebooks",
2 changes: 1 addition & 1 deletion stackview/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.9"
__version__ = "0.7.10"

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

0 comments on commit 1eae7c9

Please sign in to comment.