diff --git a/notices/__init__.py b/notices/__init__.py index b44f371..b366627 100644 --- a/notices/__init__.py +++ b/notices/__init__.py @@ -2,6 +2,6 @@ An edx-platform plugin which manages notices that must be acknowledged. """ -__version__ = "0.1.0" +__version__ = "0.1.1" default_app_config = "notices.apps.NoticesConfig" # pylint: disable=invalid-name