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

Skip to content

Commit 0f8d32b

Browse files
committed
set version string for 1.1.1 release
1 parent a9adc68 commit 0f8d32b

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 generators
101101

102-
__version__ = '1.1.1rc'
102+
__version__ = '1.1.1'
103103
__version__numpy__ = '1.4' # minimum required numpy version
104104

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

0 commit comments

Comments
 (0)