From 4cf30509beea40282f9fcfeeac93b315bb69f2e8 Mon Sep 17 00:00:00 2001 From: michaelroytman <mroytman@edx.org> Date: Wed, 16 Nov 2022 15:48:19 -0500 Subject: [PATCH] build: update library version to 6.2.0 to release changes in pull #297 --- 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 f96a3a2..80dfc0a 100644 --- a/lti_consumer/__init__.py +++ b/lti_consumer/__init__.py @@ -4,4 +4,4 @@ Runtime will load the XBlock class from here. from .apps import LTIConsumerApp from .lti_xblock import LtiConsumerXBlock -__version__ = '6.1.0' +__version__ = '6.2.0' -- GitLab