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

Skip to content

Commit b91be6c

Browse files
committed
Revert version to byte string
1 parent fd9451c commit b91be6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
import sys
107107
import distutils.version
108108

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

112112
try:
113113
import dateutil

0 commit comments

Comments
 (0)