Skip to content

Commit

Permalink
Removed incorrect version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Campagnola committed Dec 27, 2012
1 parent 87ea160 commit 8d5e24c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion pyqtgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
www.pyqtgraph.org
"""

__version__ = '0.9.0'
__version__ = None

### import all the goodies and add some helper functions for easy CLI use

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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.
Expand Down

0 comments on commit 8d5e24c

Please sign in to comment.