diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e98ee..6431d3d 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. +## Latest + +### Added + +### Changed + +### Fixed + +## [0.1.2] - 2024-10-09 + +Migration from GitLab to GitHub. ## [0.1.1] - 2024-09-18 diff --git a/pyproject.toml b/pyproject.toml index 75a6b53..45df43c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "patsemb" -version = "0.1.1" +version = "0.1.2" description = "PaTSEmb: Pattern-based Time Series Embedding" requires-python = ">=3.8,<=3.12" authors = [