Skip to content

Commit 10234a6

Browse files
authored
Merge pull request #10 from ianhi/patch-1
Create `__version__` attribute
2 parents 39a09fb + 267516d commit 10234a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

matplotlib_inline/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
from . import backend_inline, config # noqa
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)