diff --git a/CHANGELOG.md b/CHANGELOG.md index a4eab69..56b5f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.2.4 (23.05.2021) + +- Update scikit-fmm dependency version [#9](https://github.com/espdev/scikit-mpe/issues/9) + ## v0.2.3 (14.04.2021) - Fixed [#1](https://github.com/espdev/scikit-mpe/issues/1) diff --git a/pyproject.toml b/pyproject.toml index bed0c54..98375a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scikit-mpe" -version = "0.2.3" +version = "0.2.4" description = "Minimal path extraction using the fast marching method" authors = ["Eugene Prilepin "] license = "MIT"