Update version number

This commit is contained in:
Matt Wright
2012-08-15 15:36:47 -04:00
parent 8c107dcb7d
commit bee5f1cbe9
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -10,6 +10,8 @@
:license: MIT, see LICENSE for more details.
"""
__version__ = '1.3.0-dev'
from .core import Security, RoleMixin, UserMixin, AnonymousUser, \
AuthenticationProvider, current_user
from .datastore import SQLAlchemyUserDatastore, MongoEngineUserDatastore