We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902087e commit f2f948aCopy full SHA for f2f948a
README
@@ -28,7 +28,7 @@ Licensed under the terms of the MIT License (see qwt/LICENSE)
28
29
Requirements
30
Python >=2.6 or Python >=3.0
31
- PyQt4 >=4.4
+ PyQt4 >=4.4 or PyQt5 >= 5.5
32
NumPy >= 1.5
33
34
Installation
qwt/__init__.py
@@ -4,7 +4,7 @@
4
# Licensed under the terms of the MIT License
5
# (see qwt/LICENSE for details)
6
7
-__version__ = QWT_VERSION_STR = '6.1.2alpha1'
+__version__ = QWT_VERSION_STR = '6.1.2alpha2'
8
9
import warnings
10
0 commit comments