Skip to content

Commit

Permalink
Bumped version to 0.3b1
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemarshall committed Nov 10, 2017
1 parent 026c072 commit eb23d0b
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, 3, 0, 'alpha', 0)
VERSION = (0, 3, 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 @@ -143,7 +143,7 @@ def run_tests(self):
author_email='george@georgemarshall.name',
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 eb23d0b

Please sign in to comment.