Skip to content

Commit

Permalink
PyQtGraph release 0.11.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden committed Dec 16, 2019
1 parent 6e9a485 commit 3821e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# 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.
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.11.0.dev0'
__version__ = '0.11.0rc0'

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

Expand Down

0 comments on commit 3821e37

Please sign in to comment.