Skip to content

Commit 0d0e892

Browse files
Abdul-Muqadim-Arbisoftregisb
authored andcommitted
v18.0.0 upgrade to Redwood
1 parent 3468e11 commit 0d0e892

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- 💥 Upgrade to Redwood (by @Abdul-Muqadim-Arbisoft)

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def load_about():
4444
packages=find_packages(exclude=["tests*"]),
4545
include_package_data=True,
4646
python_requires=">=3.8",
47-
install_requires=["tutor>=17.0.0,<18.0.0", "click_repl>=0.3.0"],
48-
extras_require={"dev": "tutor[dev]>=17.0.0,<18.0.0"},
47+
install_requires=["tutor>=18.0.0,<19.0.0", "click_repl>=0.3.0"],
48+
extras_require={"dev": "tutor[dev]>=18.0.0,<19.0.0"},
4949
entry_points={
5050
"tutor.plugin.v1": ["webui = tutorwebui.plugin"],
5151
},

tutorwebui/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "17.0.1"
1+
__version__ = "18.0.0"

0 commit comments

Comments
 (0)