This version fixes a bug where enum-typed columns in DuckDB were not convertible to polars data frames. Upstream issue [here](https://github.com/pola-rs/polars/issues/3500).
What's Changed
* Make DuckDB enum columns convertible to polars by JakobGM in https://github.com/kolonialno/patito/pull/8
**Full Changelog**: https://github.com/kolonialno/patito/compare/v0.1.2...v0.1.3