diff --git a/pyqtgraph/__init__.py b/pyqtgraph/__init__.py index a80be296..22ba7ceb 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.1' +__version__ = '0.12.2' ### import all the goodies and add some helper functions for easy CLI use