Skip to content

Commit 4d6f851

Browse files
authored
Merge pull request #54 from openedx/bmtcril/bump_version_ulmo
chore: Bump versions for Ulmo release
2 parents ce7fae3 + 5f3054a commit 4d6f851

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ classifiers = [
2929

3030
]
3131
dependencies = [
32-
"tutor >= 20,<21.0.0",
33-
"tutor-mfe >= 20,<21.0.0",
32+
"tutor >= 21,<22.0.0",
33+
"tutor-mfe >= 21,<22.0.0",
3434
]
3535

3636
[project.optional-dependencies]
3737
dev = [
38-
"tutor[dev] @ git+https://github.com/overhangio/tutor.git@ulmo",
38+
"tutor[dev] @ git+https://github.com/overhangio/tutor.git@main",
3939
"ruff",
4040
]
4141

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "20.0.0"
1+
__version__ = "21.0.0"

0 commit comments

Comments
 (0)