# python-igraph 0.9.6

**URL:** https://igraph.discourse.group/t/python-igraph-0-9-6/781
**Category:** Announcements
**Tags:** Python
**Created:** [12 June 2021 11:45 UTC](https://igraph.discourse.group/t/python-igraph-0-9-6/781 "2021-06-12T11:45:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tamas](https://yyz2.discourse-cdn.com/free1/user_avatar/igraph.discourse.group/tamas/32/1261_2.png) [@tamas](https://igraph.discourse.group/u/tamas)
#### Post date: [12 June 2021 11:45 UTC](https://igraph.discourse.group/t/python-igraph-0-9-6/781/1 "2021-06-12T11:45:41Z")

</div>

[python-igraph](https://igraph.org/python/) 0.9.6, the fourth bugfix release of the 0.9 series, has arrived.

The preferred way of installing the Python interface is via `pip`; typing `pip install python-igraph` should install a pre-compiled Python wheel on most supported platforms (Windows, Linux and macOS). The pre-compiled wheels and the source code are also available from the [Python Package Index  
page](https://pypi.org/project/python-igraph/0.9.6/).

This release provides a fix for a single plotting issue with the Matplotlib backend that was accidentally introduced in 0.9.6. See the changelog on Github for more details:

- [Changelog for 0.9.6](https://github.com/igraph/python-igraph/releases/tag/0.9.6)

This release also provides experimental native Python wheels for Apple Silicon CPUs. Note that the Apple Silicon wheels are _not tested_ in a CI environment yet; this will hopefully change in the near future when Github Actions starts supporting Apple Silicon. Until then, feel free to report any issues that you find with Apple Silicon wheels (or any other wheel) in the [issue tracker on Github](https://github.com/igraph/python-igraph/issues).
