diff options
| author | robot-piglet <[email protected]> | 2026-05-24 13:39:51 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2026-05-24 14:17:03 +0300 |
| commit | a328b20007004568c994dcd2aad60d2f8dbab5db (patch) | |
| tree | 92b24327bfadb198b1525cde8b341179dca4c0db /contrib/python/matplotlib-inline/matplotlib_inline | |
| parent | 61c451edf88125e836d9af09faac48c197673cad (diff) | |
Intermediate changes
commit_hash:9e9eb9789dc376bac164b089669f6c8adeefdc63
Diffstat (limited to 'contrib/python/matplotlib-inline/matplotlib_inline')
| -rw-r--r-- | contrib/python/matplotlib-inline/matplotlib_inline/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/matplotlib-inline/matplotlib_inline/__init__.py b/contrib/python/matplotlib-inline/matplotlib_inline/__init__.py index d275175ecd9..2c03285e778 100644 --- a/contrib/python/matplotlib-inline/matplotlib_inline/__init__.py +++ b/contrib/python/matplotlib-inline/matplotlib_inline/__init__.py @@ -1,6 +1,6 @@ from . import backend_inline, config # noqa -__version__ = "0.2.1" +__version__ = "0.2.2" # we can't ''.join(...) otherwise finding the version number at build time requires # import which introduces IPython and matplotlib at build time, and thus circular |
