From 89a272c73082b7e13740c74f0a5663a98ddeb208 Mon Sep 17 00:00:00 2001 From: Juanyong Duan Date: Wed, 8 Jan 2025 23:34:01 +0800 Subject: [PATCH] update version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"