diff --git a/openedx_lti_tool_plugin/__init__.py b/openedx_lti_tool_plugin/__init__.py index da9f6b0..a3f2f93 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.4' +__version__ = '0.1.5' diff --git a/setup.cfg b/setup.cfg index 06e04ed..f5b3cb2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True