Update version to 0.12.0

This commit is contained in:
Kyle Sunden 2021-03-25 14:04:14 -05:00
parent bf450c29a7
commit d2a1bcf920
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.1.dev0'
__version__ = '0.12.0'
### import all the goodies and add some helper functions for easy CLI use