We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3035058 commit b2d5a2aCopy full SHA for b2d5a2a
qwt/__init__.py
@@ -1,5 +1,5 @@
1
2
-QWT_VERSION_STR = '6.1.2'
+__version__ = QWT_VERSION_STR = '6.1.2alpha1'
3
4
import warnings
5
setup.py
@@ -21,7 +21,7 @@
21
from distutils.command.build import build
22
23
LIBNAME = 'qwt'
24
-from guidata import __version__ as version
+from qwt import __version__ as version
25
26
DESCRIPTION = 'qwt is a pure Python implementation of Qwt C++ library, using PyQt and NumPy'
27
LONG_DESCRIPTION = ''
0 commit comments