From 8cedeaaf7583f6c92dbebaecbe436c9f75010212 Mon Sep 17 00:00:00 2001 From: erdogant Date: Thu, 26 Aug 2021 13:39:12 +0200 Subject: [PATCH] new version - implementation for the detection of valleys in 2d images --- findpeaks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/findpeaks/__init__.py b/findpeaks/__init__.py index 583e0ae..a1e39ba 100644 --- a/findpeaks/__init__.py +++ b/findpeaks/__init__.py @@ -15,7 +15,7 @@ __author__ = 'Erdogan Tasksen' __email__ = 'erdogant@gmail.com' -__version__ = '2.2.0' +__version__ = '2.3.0' # module level doc-string __doc__ = """