Bugfix release
* [Fix bug preventing from setting attrs of proxied object](https://github.com/maldoinc/wireup/commit/65158836168457e7634339202b8634c76c545549)
* [Fix bug where services registered through factories would not be warmed up](https://github.com/maldoinc/wireup/commit/6da5bd1803e2c45cc692f38a0aa471d034d70839)
* [Fix abstract and get type hints](https://github.com/maldoinc/wireup/commit/f2062ef18c747adf01490a2e4f043767fdcd32c2)
* [Fix container.register to not obstruct the decorated type](https://github.com/maldoinc/wireup/commit/f57e7f66a39a981ce9b8e3710ff6337a837be671)
* [Fix container.get returning proxies for interfaces when instantiated class already exists](https://github.com/maldoinc/wireup/commit/7b6b2dbee53e0772ab0e5a41df14b91b73aa5f72)
* [Use graphlib2 only in Py38, newer versions use python's native graphlib](https://github.com/maldoinc/wireup/commit/747015a564b8191002a6c4c78593165cfaff5bb7)
* [Make AnnotatedParameter reader work with multiple annotations. Now having the wireup annotation as the first one is no longer necessary.](https://github.com/maldoinc/wireup/commit/4f29cac5fc11b786feade0c08d49962b74b44f63)
**Full Changelog**: https://github.com/maldoinc/wireup/compare/v0.6.0...v0.6.1