Skip to content

Commit

Permalink
Version bump!
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wenzel committed Mar 12, 2011
1 parent ff222aa commit b6bdd06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_sha2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 1)
VERSION = (0, 3)
__version__ = '.'.join(map(str, VERSION))

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name='django-sha2',
version=django_sha2.__version__,
description='Enable SHA-2 password hashes in Django by default.',
description='Enable strong password hashes (bcrypt+hmac or SHA-2) in Django by default.',
long_description=open('README.md').read(),
author='Fred Wenzel',
author_email='fwenzel@mozilla.com',
Expand All @@ -15,7 +15,7 @@
packages=['django_sha2'],
include_package_data=True,
zip_safe=False,
install_requires=['Django>=1.1'],
install_requires=['Django>=1.2'],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit b6bdd06

Please sign in to comment.