Use version format from PEP440
@@ -10,6 +10,6 @@
:license: BSD, see LICENSE for more details.
"""
-__version__ = '0.1-dev'
+__version__ = '1.0.dev0'
from flaskbb.app import create_app
@@ -48,7 +48,7 @@ class PyTestCommand(TestCommand):
setup(
name='FlaskBB',
- version='0.1-dev',
+ version='1.0.dev0',
url='http://github.com/sh4nks/flaskbb/',
license='BSD',
author='sh4nks',