diff --git a/pyqtgraph/__init__.py b/pyqtgraph/__init__.py index acaf0649..c960764a 100644 --- a/pyqtgraph/__init__.py +++ b/pyqtgraph/__init__.py @@ -4,7 +4,7 @@ PyQtGraph - Scientific Graphics and GUI Library for Python www.pyqtgraph.org """ -__version__ = '0.12.2' +__version__ = '0.12.3' ### import all the goodies and add some helper functions for easy CLI use