diff --git a/django_cryptography/__init__.py b/django_cryptography/__init__.py index fc70f35..fa96177 100644 --- a/django_cryptography/__init__.py +++ b/django_cryptography/__init__.py @@ -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) diff --git a/setup.py b/setup.py index dd718b3..518fe58 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,7 @@ def run_tests(self): author_email='george@georgemarshall.name', license='BSD', classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 3 - Alpha', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',