Skip to content

Commit

Permalink
Bumped to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszb committed May 31, 2013
1 parent 1cffab4 commit 06c9950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guardian/__init__.py
Expand Up @@ -3,7 +3,7 @@
"""
from __future__ import unicode_literals

VERSION = (1, 1, 0)
VERSION = (1, 1, 1)

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

Expand Down

0 comments on commit 06c9950

Please sign in to comment.