We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063f36f commit 18ca1a9Copy full SHA for 18ca1a9
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# PythonQwt Releases
2
3
-## Version 0.11.0
+## Version 0.10.3
4
5
- Moved project to the [PlotPyStack](https://github.com/PlotPyStack) organization.
6
qwt/__init__.py
@@ -27,7 +27,7 @@
27
.. _GitHub: https://github.com/PlotPyStack/PythonQwt
28
"""
29
30
-__version__ = "0.11.0"
+__version__ = "0.10.3"
31
QWT_VERSION_STR = "6.1.5"
32
33
import warnings
0 commit comments