diff --git a/README.md b/README.md index 19fcc05..b17c3a9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Tested on ```bash # install time-series-anomaly-detector -pip install time-series-anomaly-detector==0.3.1 +pip install time-series-anomaly-detector==0.3.2 ``` ## Installing from Source diff --git a/pyproject.toml b/pyproject.toml index 96b3716..b5e1a53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "time-series-anomaly-detector" -version = "0.3.1" +version = "0.3.2" description = "Time Series Anomaly Detector" readme = "README.md" requires-python = ">=3.10.0"