Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef9471a

Browse files
committed
Upping version on master to 1.3.x
1 parent 7a2579c commit ef9471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"""
100100
from __future__ import print_function
101101

102-
__version__ = '1.2.x'
102+
__version__ = '1.3.x'
103103
__version__numpy__ = '1.4' # minimum required numpy version
104104

105105
import os, re, shutil, subprocess, sys, warnings

0 commit comments

Comments
 (0)