Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszb committed Feb 26, 2013
1 parent 120f3a0 commit 8d84006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guardian/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from __future__ import unicode_literals

VERSION = (1, 1, 0, 'beta')
VERSION = (1, 1, 0, 'dev')

__version__ = '.'.join((str(each) for each in VERSION[:4]))

Expand Down

0 comments on commit 8d84006

Please sign in to comment.