Skip to content

Commit

Permalink
change version to 0.2.8b1
Browse files Browse the repository at this point in the history
  • Loading branch information
juaduan committed Jul 8, 2024
1 parent c7f21f5 commit 0bac618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os:
['macos-14']
['macos-13', 'macos-14', 'ubuntu-latest', 'windows-latest']


steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "time-series-anomaly-detector"
version = "0.2.8b0"
version = "0.2.8b1"
description = "Time Series Anomaly Detector"
readme = "README.md"
requires-python = ">=3.9.0"
Expand Down

0 comments on commit 0bac618

Please sign in to comment.