This release contains potentially breaking changes.
- Extension.wrap() is now ._wrap() (no changes to usage)
- Added Extension._set() as a managed way to set attributes on extendable classes or instances
- Extendable now has an __init__ function, meaning derived classes should now invoke super().__init__()
- Miscellaneous small fixes
- Updated tests
- Updated readme