Skip to content

Commit 2a9bc5a

Browse files
authored
Merge pull request #70 from edx-solutions/asadiqbal08/updating_version
update the version in setup.py
2 parents db2d8f8 + e80681b commit 2a9bc5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- "sh install_test_deps.sh"
1010
- "pip uninstall -y xblock-drag-and-drop-v2"
1111
- "python setup.py sdist"
12-
- "pip install dist/xblock-drag-and-drop-v2-2.0.6.tar.gz"
12+
- "pip install dist/xblock-drag-and-drop-v2-2.0.7.tar.gz"
1313
script:
1414
- pep8 drag_and_drop_v2 tests --max-line-length=120
1515
- pylint drag_and_drop_v2 tests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def package_data(pkg, root_list):
2323

2424
setup(
2525
name='xblock-drag-and-drop-v2',
26-
version='2.0.6',
26+
version='2.0.7',
2727
description='XBlock - Drag-and-Drop v2',
2828
packages=['drag_and_drop_v2'],
2929
install_requires=[

0 commit comments

Comments
 (0)