From cb3bac4339b4baf62413a6970a17a1c4210eea52 Mon Sep 17 00:00:00 2001 From: jakimowb Date: Thu, 7 Sep 2023 10:28:14 +0200 Subject: [PATCH] added QPS --- pyqtgraph/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyqtgraph/__init__.py b/pyqtgraph/__init__.py index 112cbe4c9c..436fbffc5d 100644 --- a/pyqtgraph/__init__.py +++ b/pyqtgraph/__init__.py @@ -3,7 +3,7 @@ www.pyqtgraph.org """ -__version__ = '0.13.4.dev0' +__version__ = '0.13.4.dev0.qps' ### import all the goodies and add some helper functions for easy CLI use