Version 0.9.3 This release fixes a single bug that caused the `segmetrics` command to crash (#325). Specifically, the command would crash unless at least one option from each of the following option sets was specified: - Location statistics: --mean, --median, --mode - Spread statistics: --stdev, --sem, --mad, --mse, --iqr, --bivar - Interval statistics: --ci, --pi This bug would not be triggered by calling `cnvlib.do_segmetrics` through the Python API, which is why it was not caught in automated testing.