We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0237ddd commit 9360438Copy full SHA for 9360438
matplotlib_inline/__init__.py
@@ -1,6 +1,6 @@
1
from . import backend_inline, config # noqa
2
3
-__version__ = "0.2.0"
+__version__ = "0.2.1"
4
5
# we can't ''.join(...) otherwise finding the version number at build time requires
6
# import which introduces IPython and matplotlib at build time, and thus circular
0 commit comments