From d2a1bcf920b17fa446334af3dee29a1b678435ea Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Thu, 25 Mar 2021 14:04:14 -0500 Subject: [PATCH] Update version to 0.12.0 --- pyqtgraph/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyqtgraph/__init__.py b/pyqtgraph/__init__.py index 2f8ec4ab32..00e2c3e844 100644 --- a/pyqtgraph/__init__.py +++ b/pyqtgraph/__init__.py @@ -4,7 +4,7 @@ www.pyqtgraph.org """ -__version__ = '0.11.1.dev0' +__version__ = '0.12.0' ### import all the goodies and add some helper functions for easy CLI use