Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Version Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wunki committed Jul 14, 2011
1 parent db79593 commit e2e1737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django accounts management made easy.
"""
VERSION = (1, 0, 0)
VERSION = (1, 0, 1)

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

Expand Down

0 comments on commit e2e1737

Please sign in to comment.