Update version to 3.0b1.

This commit is contained in:
Neil Schemenauer 2017-03-07 13:31:15 -08:00
parent bf23e8deed
commit 5e147894d4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
A small and flexible Python web application framework.
"""
__version__ = '3.0a1'
__version__ = '3.0b1'
# These are frequently needed by Quixote applications.
from quixote.publish import \