diff --git a/CHANGELOG.md b/CHANGELOG.md index 881265a..a6df1de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.1.3] - 2023-11-07 + +There was another, similar bug. + +### Added + +### Changed + +### Fixed +- Also added a `__init__.py` file in the utility directory for the affiliation metrics. + ## [0.1.2] - 2023-11-07 This update is to fix a crucial but small bug. diff --git a/dtaianomaly/evaluation/affiliation_util/__init__.py b/dtaianomaly/evaluation/affiliation_util/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index a3ab711..45cbcc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dtaianomaly" -version = "0.1.2" +version = "0.1.3" description = "A simple-to-use Python package for time series anomaly detection!" requires-python = ">=3.6,<=3.11" authors = [