diff --git a/pyproject.toml b/pyproject.toml index b34b911..61a7384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,13 +29,13 @@ classifiers = [ ] dependencies = [ - "tutor >= 20,<21.0.0", - "tutor-mfe >= 20,<21.0.0", + "tutor >= 21,<22.0.0", + "tutor-mfe >= 21,<22.0.0", ] [project.optional-dependencies] dev = [ - "tutor[dev] @ git+https://github.com/overhangio/tutor.git@ulmo", + "tutor[dev] @ git+https://github.com/overhangio/tutor.git@main", "ruff", ] diff --git a/tutorplatformnotifications/__about__.py b/tutorplatformnotifications/__about__.py index 9c9eb91..9bfcca5 100644 --- a/tutorplatformnotifications/__about__.py +++ b/tutorplatformnotifications/__about__.py @@ -1 +1 @@ -__version__ = "20.0.0" +__version__ = "21.0.0"