Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
8d5e24c8
Commit
8d5e24c8
authored
Dec 27, 2012
by
Luke Campagnola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed incorrect version numbers
parent
87ea160a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
doc/source/conf.py
doc/source/conf.py
+2
-2
pyqtgraph/__init__.py
pyqtgraph/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
doc/source/conf.py
View file @
8d5e24c8
...
...
@@ -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.
...
...
pyqtgraph/__init__.py
View file @
8d5e24c8
...
...
@@ -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
...
...
setup.py
View file @
8d5e24c8
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment