Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
remik committed Jan 19, 2015
1 parent 6ba7727 commit 1157678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic_email/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Django Basic Email application."""
VERSION = (0, 0, 1)
VERSION = (0, 0, 2)
__version__ = '.'.join(map(str, VERSION))
__author__ = "Arabella"
__contact__ = "team@arabel.la"
Expand Down

0 comments on commit 1157678

Please sign in to comment.