Skip to content

Commit b2d5a2a

Browse files
author
Pierre Raybaut
committed
setup.py related minor fixes
1 parent 3035058 commit b2d5a2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
QWT_VERSION_STR = '6.1.2'
2+
__version__ = QWT_VERSION_STR = '6.1.2alpha1'
33

44
import warnings
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from distutils.command.build import build
2222

2323
LIBNAME = 'qwt'
24-
from guidata import __version__ as version
24+
from qwt import __version__ as version
2525

2626
DESCRIPTION = 'qwt is a pure Python implementation of Qwt C++ library, using PyQt and NumPy'
2727
LONG_DESCRIPTION = ''

0 commit comments

Comments
 (0)