From edf1d404a6c9d4bbed28e665806503bcc9dc3529 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 4 May 2013 20:21:26 -0400 Subject: [PATCH] Bump to version 0.9 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. --- calibcant/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibcant/__init__.py b/calibcant/__init__.py index 071a01f..7ab3aca 100644 --- a/calibcant/__init__.py +++ b/calibcant/__init__.py @@ -19,7 +19,7 @@ from .config import PackageConfig as _PackageConfig -__version__ = '0.8' +__version__ = '0.9' package_config = _PackageConfig(package_name=__name__) -- 2.26.2