Skip to content

Commit f2f948a

Browse files
committed
updated readme for alpha2 (added PyQt5 support)
1 parent 902087e commit f2f948a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Licensed under the terms of the MIT License (see qwt/LICENSE)
2828

2929
Requirements
3030
Python >=2.6 or Python >=3.0
31-
PyQt4 >=4.4
31+
PyQt4 >=4.4 or PyQt5 >= 5.5
3232
NumPy >= 1.5
3333

3434
Installation

qwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Licensed under the terms of the MIT License
55
# (see qwt/LICENSE for details)
66

7-
__version__ = QWT_VERSION_STR = '6.1.2alpha1'
7+
__version__ = QWT_VERSION_STR = '6.1.2alpha2'
88

99
import warnings
1010

0 commit comments

Comments
 (0)