Skip to content

Commit

Permalink
requirements, pypi classifiers, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jan 1, 2022
1 parent dc21ba5 commit 3456e8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion napari_segment_blobs_and_things_with_membranes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.2.11"
__version__ = "0.2.12"
__common_alias__ = "nsbatwm"

from napari.types import ImageData, LabelsData
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
# Requirements of your napari plugin should be listed in setup.cfg
# See also: https://caremad.io/posts/2013/07/setup-vs-requirement/

napari
scikit-image
scipy
napari-tools-menu
napari-time-slicer
-e .
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = napari-segment-blobs-and-things-with-membranes
version = 0.2.11
version = 0.2.12
author = Robert Haase
author_email = [email protected]
url = https://github.com/haesleinhuepf/napari-segment-blobs-and-things-with-membranes
Expand All @@ -14,7 +14,6 @@ classifiers =
Framework :: napari
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Scientific/Engineering :: Medical Science Apps
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Expand Down

0 comments on commit 3456e8c

Please sign in to comment.