Change version

This commit is contained in:
Daniel Pizetta 2018-02-07 16:46:33 -02:00
parent 4b90dde2d4
commit 186df8c752
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ import platform
import os
__version__ = "2.5"
__version__ = "2.5.1"
PYQTGRAPH_QT_LIB_VALUES = ['PyQt', 'PyQt5', 'PySide', 'PySide2']
QT_API_VALUES = ['pyqt', 'pyqt5', 'pyside', 'pyside2']