From f3cc1e6438ad15568c91893c1258355541f57cb6 Mon Sep 17 00:00:00 2001
From: connorhaugh <chaugh21@amherst.edu>
Date: Mon, 22 Nov 2021 10:12:02 -0500
Subject: [PATCH] chore: update version

---
 lti_consumer/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lti_consumer/__init__.py b/lti_consumer/__init__.py
index 8711ffa..dc833d9 100644
--- a/lti_consumer/__init__.py
+++ b/lti_consumer/__init__.py
@@ -4,4 +4,4 @@ Runtime will load the XBlock class from here.
 from .lti_xblock import LtiConsumerXBlock
 from .apps import LTIConsumerApp
 
-__version__ = '3.1.1'
+__version__ = '3.1.2'
-- 
GitLab