We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a1524 commit 5aa40dcCopy full SHA for 5aa40dc
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = napari-feature-classifier
3
-version = 0.1.1
+version = 0.1.2
4
author = Joel Luethi and Max Hess
5
author_email = [email protected]
6
url = https://github.com/fractal-napari-plugins-collection/napari-feature-classifier
src/napari_feature_classifier/__init__.py
@@ -1,2 +1,2 @@
"""Init"""
-__version__ = "0.0.3"
+__version__ = "0.1.2"
0 commit comments