Skip to content

Commit

Permalink
feat: add support for quince release
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Nov 16, 2023
1 parent ede19c8 commit 9786309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def load_about():
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.8",
install_requires=["tutor<17.0.0"],
install_requires=["tutor<18.0.0"],
entry_points={"tutor.plugin.v1": ["codejail = tutorcodejail.plugin"]},
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down
2 changes: 1 addition & 1 deletion tutorcodejail/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Helps you keep your cool when creating dozens of open edX and eduNEXT environments."""
__version__ = "16.0.0"
__version__ = "17.0.0"

0 comments on commit 9786309

Please sign in to comment.