From 0720a37d9b5dacd44d185f988aaf62200179eece Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 18 Nov 2012 18:07:17 -0500 Subject: [PATCH] Bump to version 0.4 Major changes since v0.3: * Explicit floor division (PEP238) * Python 3 compatible string formatting * Cleaner module namespace * Better PEP8 compliance --- FFT_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFT_tools.py b/FFT_tools.py index 8c864c4..6205489 100644 --- a/FFT_tools.py +++ b/FFT_tools.py @@ -37,7 +37,7 @@ Main entry functions: import numpy as _numpy -__version__ = '0.3' +__version__ = '0.4' # Display time- and freq-space plots of the test transforms if True TEST_PLOTS = False -- 2.26.2