Skip to content

Commit 1614a0d

Browse files
committed
Bump to version 1.3.0
1 parent e93059f commit 1614a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101

102102
import sys
103103

104-
__version__ = '1.3.0rc5'
105-
__version__numpy__ = '1.4' # minimum required numpy version
104+
__version__ = '1.3.0'
105+
__version__numpy__ = '1.5' # minimum required numpy version
106106

107107
try:
108108
import dateutil

0 commit comments

Comments
 (0)