diff --git a/requirements.txt b/requirements.txt index 1d15124..223033b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.8 +Django==1.9 jsonfield oauth2==1.5.211 PyYAML @@ -10,4 +10,4 @@ six # test requirements mock ddt -prospector \ No newline at end of file +prospector diff --git a/setup.py b/setup.py index 6b2fe85..8306e70 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def package_data(pkg, root_list): # Main ############################################################## setup( name='django_lti_tool_provider', - version='0.1.3', + version='0.1.4', license="GNU AFFERO GENERAL PUBLIC LICENSE", description='IMS LTI Tool Provider Django Applocation', long_description=README,