Skip to content

Commit

Permalink
Bumped version number to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Jan 3, 2016
1 parent b909bbf commit 7a2083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutant/__init__.py
Expand Up @@ -4,7 +4,7 @@

from django.utils.version import get_version

VERSION = (0, 2, 0, 'alpha', 0)
VERSION = (0, 2, 0, 'final', 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 7a2083e

Please sign in to comment.