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.
__version__
1 parent ea6d2c1 commit 80a1b43Copy full SHA for 80a1b43
matplotlib_inline/__init__.py
@@ -0,0 +1 @@
1
+__version__ = "0.1.3" # noqa
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
2
name = matplotlib-inline
3
-version = 0.1.3
+version = attr: matplotlib_inline.__version__
4
description = Inline Matplotlib backend for Jupyter
5
author = IPython Development Team
6
author_email = ipython-dev@scipy.org
0 commit comments