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