|
@@ -9,6 +9,5 @@
|
|
:copyright: (c) 2014 by the FlaskBB Team.
|
|
:copyright: (c) 2014 by the FlaskBB Team.
|
|
:license: BSD, see LICENSE for more details.
|
|
:license: BSD, see LICENSE for more details.
|
|
"""
|
|
"""
|
|
|
|
+__version__ = '1.0.dev0' # noqa
|
|
from flaskbb.app import create_app # noqa
|
|
from flaskbb.app import create_app # noqa
|
|
-
|
|
|
|
-__version__ = '1.0.dev0'
|
|
|