This release includes a number of updates:
* argument `method` was added to [`posthoc_wilcoxon`](https://scikit-posthocs.readthedocs.io/en/latest/generated/scikit_posthocs.posthoc_wilcoxon.html) method (#67), restricted SciPy version, and dropped support for Python 3.7 and 3.8
* [Dunnett's test](https://scikit-posthocs.readthedocs.io/en/latest/generated/scikit_posthocs.posthoc_dunnett.html) for multiple comparisons against a control group (used after parametric ANOVA) was added by YongcaiHuang