PyQtGraph release 0.11.0rc0

This commit is contained in:
Kyle Sunden 2019-12-15 23:36:38 -06:00
parent 6e9a48558c
commit 3821e37feb
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.10.0'
version = '0.11.0rc0'
# The full version, including alpha/beta/rc tags.
release = '0.10.0'
release = '0.11.0rc0'
# 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.11.0.dev0'
__version__ = '0.11.0rc0'
### import all the goodies and add some helper functions for easy CLI use