Skip to content

Commit 1816cdf

Browse files
committed
Revert "Update version to 1.2.0rc2"
This reverts commit 76e0bbd.
1 parent 34b20af commit 1816cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"""
100100
from __future__ import print_function
101101

102-
__version__ = '1.2.0rc2'
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)