Skip to content

Commit

Permalink
0.0.7 -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraedel committed Sep 22, 2023
1 parent c510459 commit 7b58324
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = arcos_gui
version = 0.0.7
version = 0.1.0
description = A napari plugin to detect and visualize collective signaling events
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/arcos_gui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Arcos GUI Plugin for Napari."""

__version__ = "0.0.7"
__version__ = "0.1.0"


from arcos_gui._helper_functions import (
Expand Down
2 changes: 1 addition & 1 deletion src/arcos_gui/layerutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Benjamin Graedel"""
__email__ = "benjamin.graedel@unibe.ch"
__version__ = "0.0.7"
__version__ = "0.1.0"

from arcos_gui.layerutils._layer_maker import Layermaker

Expand Down
2 changes: 1 addition & 1 deletion src/arcos_gui/processing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Benjamin Graedel"""
__email__ = "benjamin.graedel@unibe.ch"
__version__ = "0.0.7"
__version__ = "0.1.0"


from arcos_gui.processing._arcos_wrapper import BatchProcessor, arcos_worker
Expand Down
2 changes: 1 addition & 1 deletion src/arcos_gui/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Benjamin Graedel"""
__email__ = "benjamin.graedel@unibe.ch"
__version__ = "0.0.7"
__version__ = "0.1.0"


from arcos_gui.tools._config import (
Expand Down
2 changes: 1 addition & 1 deletion src/arcos_gui/widgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Benjamin Graedel"""
__email__ = "benjamin.graedel@unibe.ch"
__version__ = "0.0.7"
__version__ = "0.1.0"

from arcos_gui.widgets._arcos_widget import ArcosController
from arcos_gui.widgets._bottom_bar_widget import BottombarController
Expand Down

0 comments on commit 7b58324

Please sign in to comment.