From 34c6981b0f5b07607dcba7e750e638d4deb2330c Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Sat, 9 Oct 2021 00:37:49 -0500 Subject: [PATCH] Update version number in __init__ --- pyqtgraph/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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