Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Perkins committed Jul 31, 2015
1 parent 2cc4fd6 commit b747810
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, 3)
VERSION = (1, 3, 'stackdio')

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

Expand Down

0 comments on commit b747810

Please sign in to comment.