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 d9dfd20Copy full SHA for d9dfd20
matplotlib_inline/__init__.py
@@ -0,0 +1,2 @@
1
+from . import backend_inline, config # noqa
2
+__version__ = "0.1.3" # noqa
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
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