This release fixes some minor bugs.
Issues Closed
* [Issue 16](https://github.com/spyder-ide/spyder-memory-profiler/issues/16) - QColor::setAlphaF called with negative value ([PR 17](https://github.com/spyder-ide/spyder-memory-profiler/pull/17))
* [Issue 14](https://github.com/spyder-ide/spyder-memory-profiler/issues/14) - Tests fail on 32-bit platforms ([PR 15](https://github.com/spyder-ide/spyder-memory-profiler/pull/15))
In this release 2 issues were closed.
Pull Requests Merged
* [PR 18](https://github.com/spyder-ide/spyder-memory-profiler/pull/18) - Make test more robust
* [PR 17](https://github.com/spyder-ide/spyder-memory-profiler/pull/17) - Make sure that alpha value is not negative ([16](https://github.com/spyder-ide/spyder-memory-profiler/issues/16))
* [PR 15](https://github.com/spyder-ide/spyder-memory-profiler/pull/15) - Use sys.getsizeof() to get expected memory consumption in tests ([14](https://github.com/spyder-ide/spyder-memory-profiler/issues/14))
In this release 3 pull requests were closed.