Commit 1ba264ba by Chris Dodge

bump version again and make sure we build all branches

parent 9ac0b83a
...@@ -26,7 +26,3 @@ script: ...@@ -26,7 +26,3 @@ script:
- pylint edx_proctoring --report=no - pylint edx_proctoring --report=no
after_success: coveralls after_success: coveralls
branches:
only:
- master
...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths): ...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='edx-proctoring', name='edx-proctoring',
version='0.7.1', version='0.7.2',
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',
......
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