We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbfb5a commit 8219fc2Copy full SHA for 8219fc2
2 files changed
.travis.yml
@@ -14,4 +14,4 @@ deploy:
14
distributions: sdist bdist_wheel
15
on:
16
tags: true
17
- python: 3.5
+ python: 3.8
setup.py
@@ -47,7 +47,7 @@ def package_data(pkg, root_list):
47
48
setup(
49
name='recommender-xblock',
50
- version='2.0.0',
+ version='2.0.1',
51
description='recommender XBlock', # TODO: write a better description.
52
long_description=README,
53
author='edX',
@@ -73,7 +73,6 @@ def package_data(pkg, root_list):
73
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
74
"Natural Language :: English",
75
"Programming Language :: Python :: 3",
76
- 'Programming Language :: Python :: 3.5',
77
'Programming Language :: Python :: 3.8',
78
],
79
)
0 commit comments