Skip to content

Commit

Permalink
Bumped version to 0.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemarshall committed May 9, 2016
1 parent 6afc451 commit 9072d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_cryptography/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django_cryptography.utils.version import get_version

VERSION = (0, 1, 0, 'beta', 1)
VERSION = (0, 1, 0, 'rc', 1)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 9072d56

Please sign in to comment.