Update version number in __init__

This commit is contained in:
Kyle Sunden 2021-10-09 00:37:49 -05:00
parent b8ca314597
commit 34c6981b0f
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.12.2'
__version__ = '0.12.3'
### import all the goodies and add some helper functions for easy CLI use