From 96ce0223a75bc6bd3e20b60b9999e8a7c75c3243 Mon Sep 17 00:00:00 2001 From: Wout Date: Thu, 17 Oct 2019 15:27:42 -0700 Subject: [PATCH] Update version number --- src/ann_solo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ann_solo/__init__.py b/src/ann_solo/__init__.py index ed7ebc1..8df3d5c 100644 --- a/src/ann_solo/__init__.py +++ b/src/ann_solo/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.2' +__version__ = '0.2.3' __all__ = ['ann_solo', 'config', 'plot_ssm', 'reader', 'spectral_library', 'spectrum', 'spectrum_match', 'utils', 'writer']