Skip to content

Commit

Permalink
bumped to version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jules-vanaret committed Jan 9, 2025
1 parent 3a2c713 commit 8403350
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
qtpy
tifffile
natsort
tapenade>=0.0.14
tapenade>=0.0.16

python_requires = >=3.8
include_package_data = True
Expand Down
2 changes: 1 addition & 1 deletion src/napari_tapenade_processing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.9"
__version__ = "0.0.10"
from ._widget import TapenadeProcessingWidget

__all__ = (
Expand Down
2 changes: 1 addition & 1 deletion src/napari_tapenade_processing/logo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.9"
__version__ = "0.0.10"

0 comments on commit 8403350

Please sign in to comment.