Skip to content

Commit

Permalink
Bumped version to 0.2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemarshall committed May 26, 2016
1 parent 43d9897 commit 41e0343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_cryptography/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django_cryptography.utils.version import get_version

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

__version__ = get_version(VERSION)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def run_tests(self):
author_email='[email protected]',
license='BSD',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 41e0343

Please sign in to comment.