Commit f39e7916 by Andy Armstrong Committed by GitHub

Merge pull request #312 from edx/rc/2016-10-04

Release 0.14.0
parents bd5f6341 ce225792
...@@ -34,14 +34,14 @@ def load_requirements(*requirements_paths): ...@@ -34,14 +34,14 @@ def load_requirements(*requirements_paths):
setup( setup(
name='edx-proctoring', name='edx-proctoring',
version='0.13.0', version='0.14.0',
description='Proctoring subsystem for Open edX', description='Proctoring subsystem for Open edX',
long_description=open('README.md').read(), long_description=open('README.md').read(),
author='edX', author='edX',
url='https://github.com/edx/edx-proctoring', url='https://github.com/edx/edx-proctoring',
license='AGPL', license='AGPL',
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 4 - Beta',
'Environment :: Web Environment', 'Environment :: Web Environment',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Affero General Public License v3', 'License :: OSI Approved :: GNU Affero General Public License v3',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment