Skip to content

Commit d9dfd20

Browse files
ianhimartinRenou
authored andcommitted
Create __version__ attribute
1 parent ea6d2c1 commit d9dfd20

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

matplotlib_inline/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from . import backend_inline, config # noqa
2+
__version__ = "0.1.3" # noqa

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = matplotlib-inline
3-
version = 0.1.3
3+
version = attr: matplotlib_inline.__version__
44
description = Inline Matplotlib backend for Jupyter
55
author = IPython Development Team
66
author_email = [email protected]

0 commit comments

Comments
 (0)