Skip to content

Commit

Permalink
update for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danaspiegel committed Mar 6, 2016
1 parent b314350 commit 2e5535f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cryptographic_fields/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setuptools
coverage
cryptography
Django==1.7.8
Django==1.9.4
django_coverage
flake8
ipython
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
name='django-cryptographic-fields',
version=version,
packages=['cryptographic_fields'],
# license='MIT License',
# include_package_data=True,
license='MIT',
include_package_data=True,
description=(
'A set of django fields that internally are encrypted using the '
'cryptography.io native python encryption library.'
),
url='http://github.com/foundertherapy/django-cryptographic-fields/',
download_url='https://github.com/foundertherapy/django-cryptographic-fields/archive/v0.1-alpha.tar.gz',
download_url='https://github.com/foundertherapy/django-cryptographic-fields/archive/0.3.0.tar.gz',
author='Dana Spiegel',
author_email='[email protected]',
install_requires=[
Expand Down

0 comments on commit 2e5535f

Please sign in to comment.