Skip to content
Snippets Groups Projects
Unverified Commit e949d9e0 authored by M. Zulqarnain's avatar M. Zulqarnain Committed by GitHub
Browse files

BOM-1674: Upload to PyPI (#75)

parent 9571347b
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,6 @@ install: ...@@ -8,9 +8,6 @@ install:
script: script:
- make quality - make quality
- make test - make test
branches:
only:
- master
after_success: coveralls after_success: coveralls
env: env:
global: global:
......
...@@ -50,7 +50,7 @@ with open('README.rst') as _f: ...@@ -50,7 +50,7 @@ with open('README.rst') as _f:
setup( setup(
name='lti-consumer-xblock', name='lti-consumer-xblock',
version='1.4.1', version='1.4.2',
description='This XBlock implements the consumer side of the LTI specification.', description='This XBlock implements the consumer side of the LTI specification.',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment