From 9127c9eef3f37c26e5afea9b49f4642218dd6b73 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 19 Nov 2012 04:06:03 -0500 Subject: [PATCH] Bump to version 0.5. Major changes since v0.4: * TestCase-based testing (works with Nose) * Better docstrings and Sphinx framework for building HTML docs --- FFT_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFT_tools.py b/FFT_tools.py index f70f573..e85e430 100644 --- a/FFT_tools.py +++ b/FFT_tools.py @@ -37,7 +37,7 @@ except ImportError as e: _pyplot_import_error = e -__version__ = '0.4' +__version__ = '0.5' LOG = _logging.getLogger('FFT-tools') -- 2.26.2