Removed incorrect version numbers

This commit is contained in:
Luke Campagnola 2012-12-27 11:53:22 -05:00
parent ddbbfc4cc8
commit dfa300d11b

View File

@ -4,7 +4,7 @@ PyQtGraph - Scientific Graphics and GUI Library for Python
www.pyqtgraph.org
"""
__version__ = '0.9.0'
__version__ = None
### import all the goodies and add some helper functions for easy CLI use