diff --git a/README.md b/README.md index 6ec200f..19fcc05 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.0 +pip install time-series-anomaly-detector==0.3.1 ``` ## Installing from Source diff --git a/pyproject.toml b/pyproject.toml index 2d54f2b..96b3716 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.0" +version = "0.3.1" description = "Time Series Anomaly Detector" readme = "README.md" requires-python = ">=3.10.0"