8000 REL : version bump back to 1.4.x · matplotlib/matplotlib@3edcf73 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3edcf73

Browse files
committed
REL : version bump back to 1.4.x
1 parent 756ae99 commit 3edcf73

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
@@ -106,7 +106,7 @@
106106
import sys
107107
import distutils.version
108108

109-
__version__ = '1.4.0rc4'
109+
__version__ = '1.4.x'
110110
__version__numpy__ = '1.6' # minimum required numpy version
111111

112112
try:

0 commit comments

Comments
 (0)
0