From 1a3a0a70930b6e96e9767367aaeeaae04d2781ba Mon Sep 17 00:00:00 2001 From: danielhrisca Date: Tue, 8 May 2018 10:01:49 +0300 Subject: [PATCH] update version for new development --- pyqtgraph/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyqtgraph/__init__.py b/pyqtgraph/__init__.py index 4ac5e646..f590aa79 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.10.0' +__version__ = '0.11.dev' ### import all the goodies and add some helper functions for easy CLI use