Update __version__

This commit is contained in:
Ogi Moore 2020-12-19 09:17:23 -08:00
parent ab478d1231
commit 195f609b31
1 changed files with 1 additions and 1 deletions

View File

@ -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