diff --git a/README.md b/README.md index 9e0684c..a74244d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A rework of [pycircstat](https://github.com/circstat/pycircstat). - **Wide-Ranging Circular Distributions** - The package supports a variety of circular distributions, including: + The package supports a variety of circular distributions, including but not limited to: - **Symmetric distributions**: Circular Uniform, Cardioid, Cartwright, Wrapped Normal, Wrapped Cauchy, von Mises (and its flat-top extension), and Jones-Pewsey. - **Asymmetric distributions**: Sine-skewed Jones-Pewsey, Asymmetric Extended Jones-Pewsey, Inverse Batschelet. diff --git a/pycircstat2/version.py b/pycircstat2/version.py index ae73625..f1380ee 100644 --- a/pycircstat2/version.py +++ b/pycircstat2/version.py @@ -1 +1 @@ -__version__ = "0.1.3" +__version__ = "0.1.7" diff --git a/pyproject.toml b/pyproject.toml index 56e875e..eb0042f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pycircstat2" -version = "0.1.6" +version = "0.1.7" description = "Circular statistcs with Python." authors = [ ]