Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a828dd

Browse filesBrowse files
committed
REL : v1.4.2
1 parent 84ff4b4 commit 3a828dd
Copy full SHA for 3a828dd

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/__init__.py

Copy file name to clipboardExpand all lines: lib/matplotlib/__init__.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
import distutils.version
108108
from itertools import chain
109109

110-
__version__ = str('1.4.1')
111-
__version__numpy__ = str('1.6') # minimum required numpy version
110+
__version__ = str('1.4.2')
111+
__version__numpy__ = str('1.6') # minimum required numpy version
112112

113113
try:
114114
import dateutil

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.