Skip to content

Commit 18ca1a9

Browse files
committed
Updated version
1 parent 063f36f commit 18ca1a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PythonQwt Releases
22

3-
## Version 0.11.0
3+
## Version 0.10.3
44

55
- Moved project to the [PlotPyStack](https://github.com/PlotPyStack) organization.
66

qwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
.. _GitHub: https://github.com/PlotPyStack/PythonQwt
2828
"""
2929

30-
__version__ = "0.11.0"
30+
__version__ = "0.10.3"
3131
QWT_VERSION_STR = "6.1.5"
3232

3333
import warnings

0 commit comments

Comments
 (0)