Bump to version 0.3.
[FFT-tools.git] / FFT_tools.py
index 12580c288bc930c2d241d8a3c6309fa553dafc7f..4cb0432de73972fc48777c5468b8910c0d1d6c2d 100644 (file)
@@ -31,7 +31,7 @@ from numpy import log2, floor, round, ceil, abs, pi, exp, cos, sin, sqrt, \
 from numpy.fft import rfft
 
 
-__version__ = '0.2'
+__version__ = '0.3'
 
 # Display time- and freq-space plots of the test transforms if True
 TEST_PLOTS = False