Commit ad1c2dad by muzaffaryousaf

Bump the version.

parent adc76966
...@@ -7,6 +7,7 @@ PACKAGES = [ ...@@ -7,6 +7,7 @@ PACKAGES = [
'edxval.tests', 'edxval.tests',
] ]
def is_requirement(line): def is_requirement(line):
""" """
Return True if the requirement line is a package requirement; Return True if the requirement line is a package requirement;
...@@ -24,6 +25,7 @@ def is_requirement(line): ...@@ -24,6 +25,7 @@ def is_requirement(line):
line.startswith('git+') line.startswith('git+')
) )
def load_requirements(*requirements_paths): def load_requirements(*requirements_paths):
""" """
Load all requirements from the specified requirements files. Load all requirements from the specified requirements files.
...@@ -39,7 +41,7 @@ def load_requirements(*requirements_paths): ...@@ -39,7 +41,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='edxval', name='edxval',
version='0.1.2', version='0.1.3',
author='edX', author='edX',
url='http://github.com/edx/edx-val', url='http://github.com/edx/edx-val',
description='edx-val', description='edx-val',
......
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