From b1cf3f8b5b313f4b61d9dcb2ffafc35cc6e90025 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Tue, 9 Jan 2024 16:37:16 +0000 Subject: [PATCH] Remove outdated info in the napari plugin __init__ --- cellfinder/napari/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cellfinder/napari/__init__.py b/cellfinder/napari/__init__.py index 0d6ef0a4..e69de29b 100644 --- a/cellfinder/napari/__init__.py +++ b/cellfinder/napari/__init__.py @@ -1,3 +0,0 @@ -__version__ = "0.0.20" -__author__ = "Adam Tyson" -__license__ = "GPL-3.0"