From 689181894756315e8ea1551d1919d648a6962ed9 Mon Sep 17 00:00:00 2001 From: Matt Tuchfarber Date: Thu, 16 Sep 2021 14:01:43 -0400 Subject: [PATCH] chore: bump version --- notices/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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