Skip to content

Commit

Permalink
update contact email, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Mar 30, 2024
1 parent 8c0957e commit 63a1ee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

setuptools.setup(
name="stackview",
version="0.7.5",
version="0.7.6",
author="Robert Haase",
author_email="robert.haase@tu-dresden.de",
author_email="robert.haase@uni-leipzig.de",
description="Interactive image stack viewing in jupyter notebooks",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
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.5"
__version__ = "0.7.6"

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

0 comments on commit 63a1ee3

Please sign in to comment.