Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Mar 11, 2016
1 parent b41400e commit be5b9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_urs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from datetime import timedelta
from collections import OrderedDict

__version__ = '0.1.0'
__version__ = '0.1.1'

current_user = LocalProxy(lambda: getattr(stack.top, 'current_user', None))

Expand Down

0 comments on commit be5b9a2

Please sign in to comment.