Skip to content

Commit 9360438

Browse files
committed
Release version 0.2.1
1 parent 0237ddd commit 9360438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matplotlib_inline/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from . import backend_inline, config # noqa
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"
44

55
# we can't ''.join(...) otherwise finding the version number at build time requires
66
# import which introduces IPython and matplotlib at build time, and thus circular

0 commit comments

Comments
 (0)