diff --git a/setup.py b/setup.py index 3e42060..5e419fc 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,7 @@ def get_version(file_path): name='staff_graded-xblock', version=VERSION, description='Staff Graded XBlock', # TODO: write a better description. + long_description='Staff Graded XBlock', # TODO: write a better description. license='AGPL v3', # TODO: choose a license: 'AGPL v3' and 'Apache 2.0' are popular. classifiers=[ 'Development Status :: 5 - Production/Stable', diff --git a/staff_graded/__init__.py b/staff_graded/__init__.py index f3ea579..969822a 100644 --- a/staff_graded/__init__.py +++ b/staff_graded/__init__.py @@ -2,4 +2,4 @@ from .staff_graded import StaffGradedXBlock -__version__ = '2.1.0' +__version__ = '2.1.1'