diff --git a/CHANGELOG.md b/CHANGELOG.md index f938fa2..fec218a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,15 @@ and this project adheres to [Semantic Versioning][]. [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html -## [Unrealeased] +## Unreleased + +### Added + +### Changed + +### Fixed + +## [0.2.0] - 2025-11-14 ### Added - Added `pycea.tl.expansion_test` for computing expansion p-values to detect clades under selection diff --git a/pyproject.toml b/pyproject.toml index 1016429..e7dbd90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "hatchling" ] [project] name = "pycea-lineage" -version = "0.1.0" +version = "0.2.0" description = "Scverse lineage tracing toolkit" readme = "README.md" license = { file = "LICENSE" }