Removed incorrect version numbers

This commit is contained in:
Luke Campagnola 2012-12-27 11:53:22 -05:00
parent 87ea160a23
commit 8d5e24c8fd
3 changed files with 4 additions and 4 deletions

View File

@ -49,9 +49,9 @@ copyright = '2011, Luke Campagnola'
# built documents.
#
# The short X.Y version.
version = '0.9.0'
version = ''
# The full version, including alpha/beta/rc tags.
release = '0.9.0'
release = ''
# 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.0'
__version__ = None
### import all the goodies and add some helper functions for easy CLI use

View File

@ -15,7 +15,7 @@ if os.path.isdir(buildPath):
distutils.dir_util.remove_tree(buildPath)
setup(name='pyqtgraph',
version='0.9.0',
version='',
description='Scientific Graphics and GUI Library for Python',
long_description="""\
PyQtGraph is a pure-python graphics and GUI library built on PyQt4/PySide and numpy.