Release 0.9.9

This commit is contained in:
Luke Campagnola 2014-12-14 20:01:00 -05:00
parent 41fa2f64d3
commit f7a54ffd42
2 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ copyright = '2011, Luke Campagnola'
# built documents.
#
# The short X.Y version.
version = '0.9.8'
version = '0.9.9'
# The full version, including alpha/beta/rc tags.
release = '0.9.8'
release = '0.9.9'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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