Commit 5b80e90b by bmedx

Bump version

parent 9bbeb46c
#!/usr/bin/env python
from setuptools import setup
from submissions import __version__ as VERSION
def is_requirement(line):
"""
......@@ -33,7 +34,7 @@ def load_requirements(*requirements_paths):
setup(
name='edx-submissions',
version='2.0.11',
version=VERSION,
author='edX',
description='An API for creating submissions and scores.',
url='http://github.com/edx/edx-submissions.git',
......
__version__ = u'2.0.0'
__version__ = u'2.0.12'
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