We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce7fae3 + 5f3054a commit 4d6f851Copy full SHA for 4d6f851
pyproject.toml
@@ -29,13 +29,13 @@ classifiers = [
29
30
]
31
dependencies = [
32
- "tutor >= 20,<21.0.0",
33
- "tutor-mfe >= 20,<21.0.0",
+ "tutor >= 21,<22.0.0",
+ "tutor-mfe >= 21,<22.0.0",
34
35
36
[project.optional-dependencies]
37
dev = [
38
- "tutor[dev] @ git+https://github.com/overhangio/tutor.git@ulmo",
+ "tutor[dev] @ git+https://github.com/overhangio/tutor.git@main",
39
"ruff",
40
41
tutorplatformnotifications/__about__.py
@@ -1 +1 @@
1
-__version__ = "20.0.0"
+__version__ = "21.0.0"
0 commit comments