Update version number

This commit is contained in:
Kyle Sunden 2021-07-08 01:18:00 -05:00 committed by GitHub
parent 49a97351e7
commit 53fc415813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.1'
__version__ = '0.12.2'
### import all the goodies and add some helper functions for easy CLI use