Skip to content

Commit

Permalink
Bumped version to 0.2b1
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemarshall committed Jun 4, 2016
1 parent 142386b commit 647a931
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', 1)
VERSION = (0, 2, 0, 'beta', 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 :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 647a931

Please sign in to comment.