Changes since 0.8:
* Add --num-* arguments to calibcant-calibrate.py.
* Add smooth_window to PSD fitting.
* Fixes to parameter guessing for limited linear bumps and vibrational
PSDs.
* Return to a safe state if calibcant-calibrate.py crashes during
calibration.
* Record (and plot) the stepper approach curve.
* Assorted tweaks and minor bug fixes.
from .config import PackageConfig as _PackageConfig
-__version__ = '0.8'
+__version__ = '0.9'
package_config = _PackageConfig(package_name=__name__)