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

Skip to content

Commit 4bfab3b

Browse files
committed
REL : bump version back to 1.4.x
1 parent 477c492 commit 4bfab3b

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
@@ -107,7 +107,7 @@
107107
import distutils.version
108108
from itertools import chain
109109

110-
__version__ = str('1.4.1rc1')
110+
__version__ = str('1.4.x')
111111
__version__numpy__ = str('1.6') # minimum required numpy version
112112

113113
try:

0 commit comments

Comments
 (0)