Skip to content

Commit

Permalink
Set version to 1.2.0rc1
Browse files Browse the repository at this point in the history
mdboom committed Sep 12, 2012
1 parent 7a2579c commit bda6dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/__init__.py
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@
"""
from __future__ import print_function

__version__ = '1.2.x'
__version__ = '1.2.0rc1'
__version__numpy__ = '1.4' # minimum required numpy version

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

0 comments on commit bda6dd9

Please sign in to comment.