From 195f609b31484263af3f8b55a72b27e9ca87ad35 Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Sat, 19 Dec 2020 09:17:23 -0800 Subject: [PATCH] Update __version__ --- pyqtgraph/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyqtgraph/__init__.py b/pyqtgraph/__init__.py index 75abf020..55351ed4 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.11.0' +__version__ = '0.11.1' ### import all the goodies and add some helper functions for easy CLI use