From f2db67e395dd59ab999859d9ae8c770a7c9c6e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Montilla?= Date: Tue, 10 Sep 2024 17:10:15 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.5=20=E2=86=92=200.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openedx_lti_tool_plugin/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openedx_lti_tool_plugin/__init__.py b/openedx_lti_tool_plugin/__init__.py index a3f2f93..393c11b 100644 --- a/openedx_lti_tool_plugin/__init__.py +++ b/openedx_lti_tool_plugin/__init__.py @@ -1,3 +1,3 @@ """Support for LTI tool launches and services.""" -__version__ = '0.1.5' +__version__ = '0.1.6' diff --git a/setup.cfg b/setup.cfg index f5b3cb2..52431d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True