diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e4df1..121e1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -# dev +# 0.2.8 - added `wrapper_options_from_strategy` decorator helper function - Created `BaseOptions` from a `pydantic.BaseModel` class. diff --git a/pyproject.toml b/pyproject.toml index ac53183..c2a6eb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flint" -version = "0.2.7" +version = "0.2.8" description = "Pipeline for RACS processing, and profit along the way" authors = ["tgalvin "] license = "MIT"