Skip to content

Commit 584d24f

Browse files
author
Juanyong Duan
committed
2 parents 0a3e444 + 89a272c commit 584d24f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os:
17-
['macos-13', 'macos-14', 'ubuntu-latest', 'windows-latest']
17+
['ubuntu-latest', 'windows-latest']
1818

1919

2020
steps:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Tested on
1111

1212
```bash
1313
# install time-series-anomaly-detector
14-
pip install time-series-anomaly-detector==0.3.0
14+
pip install time-series-anomaly-detector==0.3.1
1515
```
1616

1717
## Installing from Source

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "time-series-anomaly-detector"
11-
version = "0.3.0"
11+
version = "0.3.1"
1212
description = "Time Series Anomaly Detector"
1313
readme = "README.md"
1414
requires-python = ">=3.10.0"

0 commit comments

Comments
 (0)