diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ed037..18d0714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.3](https://github.com/chrislemke/sk-transformers/compare/v0.10.2...v0.10.3) (2023-03-10) + + +### Maintenance + +* remove slots for compatibility reasons ([2a58219](https://github.com/chrislemke/sk-transformers/commit/2a58219e030447fbcb11476130f7a79bfd56a846)) + ## [0.10.2](https://github.com/chrislemke/sk-transformers/compare/v0.10.1...v0.10.2) (2023-03-09) diff --git a/pyproject.toml b/pyproject.toml index 342bdac..3b981fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sk-transformers" -version = "0.10.2" +version = "0.10.3" description = "A collection of various pandas & scikit-learn compatible transformers for all kinds of preprocessing and feature engineering" authors = ["Christopher Lemke <1@lemke.ai>"] license = "MIT"